[143737] trunk/dports/textproc/doxygen/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Dec 19 17:23:15 PST 2015


Revision: 143737
          https://trac.macports.org/changeset/143737
Author:   mcalhoun at macports.org
Date:     2015-12-19 17:23:15 -0800 (Sat, 19 Dec 2015)
Log Message:
-----------
doxygen: remove duplicate arch flags (see #50044)

Modified Paths:
--------------
    trunk/dports/textproc/doxygen/Portfile

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2015-12-20 00:53:21 UTC (rev 143736)
+++ trunk/dports/textproc/doxygen/Portfile	2015-12-20 01:23:15 UTC (rev 143737)
@@ -54,6 +54,22 @@
                         8c51120ad55b440b738ef0b96f8169d84a7ae88a.patch \
                         a8c73cdbe37cc53c398002d20e94037552a8fb55.patch
 
+# cmake PortGroup sets arch flags
+# duplicate archflags can cause problems
+# see #50044
+# see #48331
+# see https://cmake.org/pipermail/cmake-developers/2015-September/thread.html#26586
+configure.universal_cflags
+configure.universal_cxxflags
+configure.universal_objcflags
+configure.universal_objcxxflags
+configure.universal_ldflags
+configure.cc_archflags
+configure.cxx_archflags
+configure.objc_archflags
+configure.objcxx_archflags
+configure.ld_archflags
+
 post-extract {
     # Use our flex
     delete ${worksrcpath}/src/ce_lex.cpp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151219/9aabfc32/attachment.html>


More information about the macports-changes mailing list