[58366] trunk/dports/devel/physfs/Portfile

jmr at macports.org jmr at macports.org
Sun Sep 27 14:54:05 PDT 2009


Revision: 58366
          http://trac.macports.org/changeset/58366
Author:   jmr at macports.org
Date:     2009-09-27 14:54:04 -0700 (Sun, 27 Sep 2009)
Log Message:
-----------
physfs: buildfix for snow leopard (#21652)

Modified Paths:
--------------
    trunk/dports/devel/physfs/Portfile

Modified: trunk/dports/devel/physfs/Portfile
===================================================================
--- trunk/dports/devel/physfs/Portfile	2009-09-27 21:53:49 UTC (rev 58365)
+++ trunk/dports/devel/physfs/Portfile	2009-09-27 21:54:04 UTC (rev 58366)
@@ -26,14 +26,10 @@
 
 depends_lib     port:readline
 
-platform darwin 8 {
+platform darwin {
     configure.ldflags-append    "-lreadline"
 }
 
-platform darwin 9 {
-    configure.ldflags-append    "-lreadline"
-}
-
 post-configure {
 	file copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090927/9194a88f/attachment.html>


More information about the macports-changes mailing list