[58798] trunk/dports/devel/boost/Portfile

nox at macports.org nox at macports.org
Mon Oct 5 08:12:00 PDT 2009


Revision: 58798
          http://trac.macports.org/changeset/58798
Author:   nox at macports.org
Date:     2009-10-05 08:11:59 -0700 (Mon, 05 Oct 2009)
Log Message:
-----------
boost: Patch gcc.jam on every platform when building universally (closes #21408).

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2009-10-05 14:50:06 UTC (rev 58797)
+++ trunk/dports/devel/boost/Portfile	2009-10-05 15:11:59 UTC (rev 58798)
@@ -187,10 +187,9 @@
 variant universal {
     build.args-append   pch=off
 
+    patchfiles-append   patch-tools-build-v2-tools-gcc.jam.diff
     if {${os.major} == 10} {
-        patchfiles-append \
-            patch-tools-build-v2-tools-darwin.jam.diff \
-            patch-tools-build-v2-tools-gcc.jam.diff
+        patchfiles-append   patch-tools-build-v2-tools-darwin.jam.diff
     }
 
     if {[lsearch ${universal_archs} ppc*] != -1} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091005/0aee1eb9/attachment.html>


More information about the macports-changes mailing list