[99111] trunk/dports/kde/kdevelop/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Oct 26 11:59:29 PDT 2012


Revision: 99111
          http://trac.macports.org//changeset/99111
Author:   ryandesign at macports.org
Date:     2012-10-26 11:59:29 -0700 (Fri, 26 Oct 2012)
Log Message:
-----------
kdevelop: fix "configure.args" appearing in the configure arguments

Modified Paths:
--------------
    trunk/dports/kde/kdevelop/Portfile

Modified: trunk/dports/kde/kdevelop/Portfile
===================================================================
--- trunk/dports/kde/kdevelop/Portfile	2012-10-26 14:25:21 UTC (rev 99110)
+++ trunk/dports/kde/kdevelop/Portfile	2012-10-26 18:59:29 UTC (rev 99111)
@@ -52,7 +52,7 @@
     if {${os.major} >= 11} {
         #Case of Lion and higher (ticket #34545)
         configure.args-append   -DCMAKE_CXX_FLAGS="-Wno-reserved-user-defined-literal -stdlib=libc++" \
-        configure.args-append   -DHAVE_UNORDERED_MAP=1
+                                -DHAVE_UNORDERED_MAP=1
         patchfiles-append       patch-declarationbuilder.diff patch-context.diff
     } else {
         #Patching code for clang on SL where libc++ is not available
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121026/88e4c466/attachment.html>


More information about the macports-changes mailing list