[68769] trunk/dports/lang
ryandesign at macports.org
ryandesign at macports.org
Sat Jun 12 21:31:46 PDT 2010
Revision: 68769
http://trac.macports.org/changeset/68769
Author: ryandesign at macports.org
Date: 2010-06-12 21:31:43 -0700 (Sat, 12 Jun 2010)
Log Message:
-----------
gcc45, gcc46: fix typo in --with-mpc configure arg
Modified Paths:
--------------
trunk/dports/lang/gcc45/Portfile
trunk/dports/lang/gcc46/Portfile
Modified: trunk/dports/lang/gcc45/Portfile
===================================================================
--- trunk/dports/lang/gcc45/Portfile 2010-06-12 23:28:29 UTC (rev 68768)
+++ trunk/dports/lang/gcc45/Portfile 2010-06-13 04:31:43 UTC (rev 68769)
@@ -86,7 +86,7 @@
--with-gxx-include-dir=${prefix}/include/${name}/c++/ \
--with-gmp=${prefix} \
--with-mpfr=${prefix} \
- --with-mpc==${prefix} \
+ --with-mpc=${prefix} \
--enable-stage1-checking
# do NOT use MacPorts binutils -- they do not work
configure.env-append AR_FOR_TARGET=/usr/bin/ar \
Modified: trunk/dports/lang/gcc46/Portfile
===================================================================
--- trunk/dports/lang/gcc46/Portfile 2010-06-12 23:28:29 UTC (rev 68768)
+++ trunk/dports/lang/gcc46/Portfile 2010-06-13 04:31:43 UTC (rev 68769)
@@ -84,7 +84,7 @@
--with-gxx-include-dir=${prefix}/include/${name}/c++/ \
--with-gmp=${prefix} \
--with-mpfr=${prefix} \
- --with-mpc==${prefix} \
+ --with-mpc=${prefix} \
--enable-stage1-checking
# do NOT use MacPorts binutils -- they do not work
configure.env-append AR_FOR_TARGET=/usr/bin/ar \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100612/8564add2/attachment-0001.html>
More information about the macports-changes
mailing list