[145157] trunk/dports/_resources/port1.0/group/qmake5-1.0.tcl

mcalhoun at macports.org mcalhoun at macports.org
Tue Jan 26 19:47:21 PST 2016


Revision: 145157
          https://trac.macports.org/changeset/145157
Author:   mcalhoun at macports.org
Date:     2016-01-26 19:47:20 -0800 (Tue, 26 Jan 2016)
Log Message:
-----------
qmake5-1.0.tcl: override -stdlib=libc++ instead of removing (see #50440)
no revbump since ports should either build correctly or not at all

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/qmake5-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/qmake5-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/qmake5-1.0.tcl	2016-01-27 03:37:11 UTC (rev 145156)
+++ trunk/dports/_resources/port1.0/group/qmake5-1.0.tcl	2016-01-27 03:47:20 UTC (rev 145157)
@@ -82,7 +82,9 @@
 #    so value of ${configure.cxx_stdlib} can always be used
 configure.args-append \
     QMAKE_CXXFLAGS_CXX11-=-stdlib=libc++ \
-    QMAKE_LFLAGS_CXX11-=-stdlib=libc++
+    QMAKE_LFLAGS_CXX11-=-stdlib=libc++   \
+    QMAKE_CXXFLAGS_CXX11+=-stdlib=${configure.cxx_stdlib} \
+    QMAKE_LFLAGS_CXX11+=-stdlib=${configure.cxx_stdlib}
 
 # ensure ${configure.cxx_stdlib} is used for C++ stdlib
 configure.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160126/6fec74fb/attachment.html>


More information about the macports-changes mailing list