[75945] trunk/dports/textproc/pdftk/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Feb 13 01:15:21 PST 2011


Revision: 75945
          http://trac.macports.org/changeset/75945
Author:   ryandesign at macports.org
Date:     2011-02-13 01:15:16 -0800 (Sun, 13 Feb 2011)
Log Message:
-----------
pdftk: default to gcc42 for PowerPC; see #27706

Modified Paths:
--------------
    trunk/dports/textproc/pdftk/Portfile

Modified: trunk/dports/textproc/pdftk/Portfile
===================================================================
--- trunk/dports/textproc/pdftk/Portfile	2011-02-13 09:07:09 UTC (rev 75944)
+++ trunk/dports/textproc/pdftk/Portfile	2011-02-13 09:15:16 UTC (rev 75945)
@@ -105,5 +105,9 @@
 }
 
 if {![variant_isset gcc41] && ![variant_isset gcc42] && ![variant_isset gcc45]} {
-    default_variants    +gcc45
+    if {${os.arch} == "powerpc"} {
+        default_variants    +gcc42
+    } else {
+        default_variants    +gcc45
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110213/823b8f3d/attachment.html>


More information about the macports-changes mailing list