[64844] trunk/dports/audio/taglib/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 16 07:28:48 PDT 2010


Revision: 64844
          http://trac.macports.org/changeset/64844
Author:   ryandesign at macports.org
Date:     2010-03-16 07:28:47 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
taglib: fix build on Tiger when using sysroot, which for some reason with the cmake portgroup is always instead of just when building universal on PowerPC

Modified Paths:
--------------
    trunk/dports/audio/taglib/Portfile

Modified: trunk/dports/audio/taglib/Portfile
===================================================================
--- trunk/dports/audio/taglib/Portfile	2010-03-16 14:28:06 UTC (rev 64843)
+++ trunk/dports/audio/taglib/Portfile	2010-03-16 14:28:47 UTC (rev 64844)
@@ -24,6 +24,10 @@
 
 depends_lib-append  port:zlib
 
+platform darwin 8 {
+    configure.ldflags-append -lz
+}
+
 configure.args-append  ../${distname} \
                        -DWITH_ASF=On -DWITH_MP4=On
 # asf and mp4 are necessary for Amarok. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100316/d90901a9/attachment-0001.html>


More information about the macports-changes mailing list