[51897] trunk/dports/devel/boost-jam/files/patch-build.sh

toby at macports.org toby at macports.org
Fri Jun 5 23:53:28 PDT 2009


Revision: 51897
          http://trac.macports.org/changeset/51897
Author:   toby at macports.org
Date:     2009-06-05 23:53:28 -0700 (Fri, 05 Jun 2009)
Log Message:
-----------
forgotten patch

Added Paths:
-----------
    trunk/dports/devel/boost-jam/files/patch-build.sh

Added: trunk/dports/devel/boost-jam/files/patch-build.sh
===================================================================
--- trunk/dports/devel/boost-jam/files/patch-build.sh	                        (rev 0)
+++ trunk/dports/devel/boost-jam/files/patch-build.sh	2009-06-06 06:53:28 UTC (rev 51897)
@@ -0,0 +1,21 @@
+--- build.sh.orig	2008-11-28 19:28:30.000000000 -0800
++++ build.sh	2009-06-05 23:48:34.000000000 -0700
+@@ -133,7 +133,7 @@
+     ;;
+ 
+     darwin)
+-    BOOST_JAM_CC=cc
++    BOOST_JAM_CC=__CC__
+     ;;
+ 
+     intel-linux)
+@@ -288,7 +288,7 @@
+ fi
+ if test -x "./bootstrap/jam0" ; then
+     if test "${BJAM_UPDATE}" != "update" ; then
+-        echo_run ./bootstrap/jam0 -f build.jam --toolset=$BOOST_JAM_TOOLSET "--toolset-root=$BOOST_JAM_TOOLSET_ROOT" clean
++        echo_run ./bootstrap/jam0 -d2 -f build.jam --toolset=$BOOST_JAM_TOOLSET "--toolset-root=$BOOST_JAM_TOOLSET_ROOT" clean
+     fi
+-    echo_run ./bootstrap/jam0 -f build.jam --toolset=$BOOST_JAM_TOOLSET "--toolset-root=$BOOST_JAM_TOOLSET_ROOT" "$@"
++    echo_run ./bootstrap/jam0 -d2 -f build.jam --toolset=$BOOST_JAM_TOOLSET "--toolset-root=$BOOST_JAM_TOOLSET_ROOT" "$@"
+ fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090605/8bec65fa/attachment.html>


More information about the macports-changes mailing list