[71350] trunk/dports/multimedia/lmms/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 9 14:26:50 PDT 2010


Revision: 71350
          http://trac.macports.org/changeset/71350
Author:   ryandesign at macports.org
Date:     2010-09-09 14:26:48 -0700 (Thu, 09 Sep 2010)
Log Message:
-----------
lmms: fix a problem building on Tiger with an SDK (which cmake does here)

Modified Paths:
--------------
    trunk/dports/multimedia/lmms/Portfile

Modified: trunk/dports/multimedia/lmms/Portfile
===================================================================
--- trunk/dports/multimedia/lmms/Portfile	2010-09-09 21:03:30 UTC (rev 71349)
+++ trunk/dports/multimedia/lmms/Portfile	2010-09-09 21:26:48 UTC (rev 71350)
@@ -50,6 +50,10 @@
                       -DWANT_STK=OFF \
                       -DWANT_JACK=ON
 
+platform darwin 8 {
+    configure.ldflags-append -lpng -lz
+}
+
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/${name}/files/
 livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100909/1987432a/attachment.html>


More information about the macports-changes mailing list