[129028] trunk/dports/devel/gmp/Portfile

jmr at macports.org jmr at macports.org
Wed Dec 3 19:34:52 PST 2014


Revision: 129028
          https://trac.macports.org/changeset/129028
Author:   jmr at macports.org
Date:     2014-12-03 19:34:51 -0800 (Wed, 03 Dec 2014)
Log Message:
-----------
gmp: use -ignorestderr with exec

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

Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile	2014-12-04 01:25:55 UTC (rev 129027)
+++ trunk/dports/devel/gmp/Portfile	2014-12-04 03:34:51 UTC (rev 129028)
@@ -90,7 +90,7 @@
         configure.env-append   ABI=64
         # Newer processors may not be detected correctly.
         pre-configure {
-            set build_triplet [split [exec /usr/bin/env CC=${configure.cc} ${worksrcpath}/config.guess] -]
+            set build_triplet [split [exec -ignorestderr /usr/bin/env CC=${configure.cc} ${worksrcpath}/config.guess] -]
             set build_cpu [lindex $build_triplet 0]
             if { ${build_cpu} ne "core2" && ![string match "corei*" ${build_cpu}] } {
                 ui_warn "No processor dependent assembly code being used. gmp might be slower."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141203/69e0b0ed/attachment-0001.html>


More information about the macports-changes mailing list