[101949] trunk/dports/kde/kde4-runtime

nicos at macports.org nicos at macports.org
Tue Jan 22 07:00:42 PST 2013


Revision: 101949
          https://trac.macports.org/changeset/101949
Author:   nicos at macports.org
Date:     2013-01-22 07:00:42 -0800 (Tue, 22 Jan 2013)
Log Message:
-----------
kde4-runtime: suppress meaningless patch, forces clang as compiler (ticket 37574)

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

Removed Paths:
-------------
    trunk/dports/kde/kde4-runtime/files/

Modified: trunk/dports/kde/kde4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kde4-runtime/Portfile	2013-01-22 14:39:53 UTC (rev 101948)
+++ trunk/dports/kde/kde4-runtime/Portfile	2013-01-22 15:00:42 UTC (rev 101949)
@@ -6,7 +6,7 @@
 
 name                kde4-runtime
 version             4.9.5
-revision            1
+revision            2
 categories          kde kde4
 maintainers         sharky nicos
 license             GPL-2+ LGPL-2.1+
@@ -22,7 +22,11 @@
 checksums           rmd160  8b8f4ed3647492a331a1d3638af60c2059b2de31 \
                     sha256  1a840e1bb59ba1905d738188647e48556990142193885f4586473213b1a77ece
 
-patchfiles          patch-globalshortcutsregistry.diff
+#Forces use of clang compiler (does not build with gcc, ticket #37574)
+if {${configure.compiler} != "clang" && ${os.platform} == "darwin"} {
+    depends_lib-append  port:clang-3.1
+    configure.compiler  macports-clang-3.1
+}
 
 depends_lib-append  port:kdelibs4 \
                     port:kdepimlibs4 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130122/0095d1c9/attachment.html>


More information about the macports-changes mailing list