[74293] trunk/dports/devel/git-core/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Dec 10 14:58:57 PST 2010


Revision: 74293
          http://trac.macports.org/changeset/74293
Author:   ryandesign at macports.org
Date:     2010-12-10 14:58:52 -0800 (Fri, 10 Dec 2010)
Log Message:
-----------
git-core: avoid recompiling (with the wrong compiler) in the destroot phase by passing the same arguments in destroot.args as were passed in build.args; see #27624

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2010-12-10 21:32:29 UTC (rev 74292)
+++ trunk/dports/devel/git-core/Portfile	2010-12-10 22:58:52 UTC (rev 74293)
@@ -65,6 +65,7 @@
 destroot.destdir  DESTDIR=${destroot} prefix=${prefix}
 destroot.target   install
 destroot.args     CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
+                  CC=${configure.cc} \
                   prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
                   PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \
                   NO_R_TO_GCC_LINKER=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101210/4aa24792/attachment.html>


More information about the macports-changes mailing list