[33820] trunk/dports/graphics/pngcrush/Portfile

blair at macports.org blair at macports.org
Tue Feb 5 21:57:08 PST 2008


Revision: 33820
          http://trac.macosforge.org/projects/macports/changeset/33820
Author:   blair at macports.org
Date:     2008-02-05 21:56:29 -0800 (Tue, 05 Feb 2008)

Log Message:
-----------
Fix the pngcrush build for 10.5, use the same compiler arguments as in 10.4.

Modified Paths:
--------------
    trunk/dports/graphics/pngcrush/Portfile

Modified: trunk/dports/graphics/pngcrush/Portfile
===================================================================
--- trunk/dports/graphics/pngcrush/Portfile	2008-02-05 23:35:01 UTC (rev 33819)
+++ trunk/dports/graphics/pngcrush/Portfile	2008-02-06 05:56:29 UTC (rev 33820)
@@ -30,3 +30,7 @@
 platform darwin 8 {
 	build.args-append CC="/usr/bin/gcc-4.0 -DPNG_NO_ASSEMBLER_CODE"
 }
+
+platform darwin 9 {
+	build.args-append CC="/usr/bin/gcc-4.0 -DPNG_NO_ASSEMBLER_CODE"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080205/2739f01f/attachment.html


More information about the macports-changes mailing list