[104387] trunk/dports/kde/kde4-runtime/Portfile

nicos at macports.org nicos at macports.org
Sun Mar 24 05:55:59 PDT 2013


Revision: 104387
          https://trac.macports.org/changeset/104387
Author:   nicos at macports.org
Date:     2013-03-24 05:55:59 -0700 (Sun, 24 Mar 2013)
Log Message:
-----------
kde4-runtime: use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/kde/kde4-runtime/Portfile

Modified: trunk/dports/kde/kde4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kde4-runtime/Portfile	2013-03-24 12:40:53 UTC (rev 104386)
+++ trunk/dports/kde/kde4-runtime/Portfile	2013-03-24 12:55:59 UTC (rev 104387)
@@ -6,6 +6,7 @@
 
 name                kde4-runtime
 version             4.10.1
+revision            1
 categories          kde kde4
 maintainers         sharky nicos
 license             GPL-2+ LGPL-2.1+
@@ -25,11 +26,8 @@
 #nor links to libkimap or libmailtransport from kdepimlibs4
 license_noconflict  openssl
 
-#Forces use of clang compiler (does not build with gcc, ticket #37574)
-if {${configure.compiler} != "clang" && ${os.platform} == "darwin"} {
-    depends_build-append    port:clang-3.1
-    configure.compiler  macports-clang-3.1
-}
+#Blacklist gcc42 and llvm-gcc-42 (does not build with gcc, ticket #37574)
+compiler.blacklist  gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2
 
 depends_lib-append  port:kdelibs4 \
                     port:kdepimlibs4 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130324/72d275e6/attachment.html>


More information about the macports-changes mailing list