[137797] trunk/dports/aqua/qt5-mac/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Jun 19 22:34:19 PDT 2015


Revision: 137797
          https://trac.macports.org/changeset/137797
Author:   mcalhoun at macports.org
Date:     2015-06-19 22:34:19 -0700 (Fri, 19 Jun 2015)
Log Message:
-----------
qt5-mac: do not explicitly set default options in case they are not supported (see #48088).
No revision increase needed since port either builds identically or not at all.

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

Modified: trunk/dports/aqua/qt5-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt5-mac/Portfile	2015-06-20 05:23:40 UTC (rev 137796)
+++ trunk/dports/aqua/qt5-mac/Portfile	2015-06-20 05:34:19 UTC (rev 137797)
@@ -175,7 +175,6 @@
         -release          \
         -opensource       \
         -confirm-license  \
-        -c++11            \
         -shared           \
         -largefile        \
         -accessibility
@@ -184,9 +183,6 @@
         configure.args-append -no-sql-${driver}
     }
 
-    configure.args-append \
-        -qml-debug
-
     if { ![variant_isset universal] } {
         configure.args-append "-platform ${qt_qmake_spec}"
     } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150619/b3cf66d5/attachment.html>


More information about the macports-changes mailing list