[113367] trunk/dports/aqua/qt4-mac/Portfile

michaelld at macports.org michaelld at macports.org
Thu Nov 14 08:21:28 PST 2013


Revision: 113367
          https://trac.macports.org/changeset/113367
Author:   michaelld at macports.org
Date:     2013-11-14 08:21:28 -0800 (Thu, 14 Nov 2013)
Log Message:
-----------
qt4-mac:
+ clear all arch-oriented flags since somehow they impact how qmake is created, which in turn messes up LDFLAGS in most created Makefiles;
+ hopefully addresses ticket #41358.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2013-11-14 16:17:50 UTC (rev 113366)
+++ trunk/dports/aqua/qt4-mac/Portfile	2013-11-14 16:21:28 UTC (rev 113367)
@@ -473,10 +473,18 @@
 # --disable-dependency-tracking is not recognized.
 configure.universal_args-delete --disable-dependency-tracking
 
-# clear LD archflags since somehow they impact how qmake is created,
-# which in turn messes up LDFLAGS in most created Makefiles.
+# clear all arch-oriented flags since somehow they impact how qmake is
+# created, which in turn messes up LDFLAGS in most created Makefiles.
 
 configure.ld_archflags
+configure.cc_archflags
+configure.cxx_archflags
+configure.universal_ldflags
+configure.universal_cflags
+configure.universal_cxxflags
+configure.universal_cppflags
+configure.march
+configure.mtune
 
 # Use compiler.cpath and compiler.library_path for all -I and -L
 # entries, so-as to avoid conflicts with already-installed headers and
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131114/bb72cb35/attachment.html>


More information about the macports-changes mailing list