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

michaelld at macports.org michaelld at macports.org
Mon Nov 11 13:21:00 PST 2013


Revision: 113188
          https://trac.macports.org/changeset/113188
Author:   michaelld at macports.org
Date:     2013-11-11 13:21:00 -0800 (Mon, 11 Nov 2013)
Log Message:
-----------
qt4-mac: clear LD archflags since somehow they impact how qmake is created, which in turn messes up LDFLAGS in most created Makefiles.  Addresses ticket #41314.

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

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2013-11-11 20:33:53 UTC (rev 113187)
+++ trunk/dports/aqua/qt4-mac/Portfile	2013-11-11 21:21:00 UTC (rev 113188)
@@ -473,6 +473,11 @@
 # --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.
+
+configure.ld_archflags
+
 # Use compiler.cpath and compiler.library_path for all -I and -L
 # entries, so-as to avoid conflicts with already-installed headers and
 # libraries (giving preference to internal-to-this-port first).  CPATH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131111/86bfcb67/attachment.html>


More information about the macports-changes mailing list