Skip to content

Commit

Permalink
taglib: Use cmake 1.1 portgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Jun 30, 2020
1 parent ec344c6 commit ac27f97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions audio/taglib/Portfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup cmake 1.0
PortGroup cmake 1.1
PortGroup github 1.0

github.setup taglib taglib 1.11.1 v
Expand Down Expand Up @@ -30,9 +30,7 @@ platform darwin 8 {
configure.ldflags-append -lz
}

cmake.out_of_source yes

configure.args-append ../${distname} \
configure.args-append \
-DWITH_ASF=On \
-DWITH_MP4=On \
-DBUILD_SHARED_LIBS=On \
Expand Down

0 comments on commit ac27f97

Please sign in to comment.