[110608] trunk/dports/graphics

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 16:01:12 PDT 2013


Revision: 110608
          https://trac.macports.org/changeset/110608
Author:   jeremyhu at macports.org
Date:     2013-09-02 16:01:12 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
gimp-gap*: Build with clang

Modified Paths:
--------------
    trunk/dports/graphics/gimp-gap/Portfile
    trunk/dports/graphics/gimp-gap-devel/Portfile

Modified: trunk/dports/graphics/gimp-gap/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap/Portfile	2013-09-02 22:58:49 UTC (rev 110607)
+++ trunk/dports/graphics/gimp-gap/Portfile	2013-09-02 23:01:12 UTC (rev 110608)
@@ -70,7 +70,10 @@
 
 depends_run     path:bin/mplayer:MPlayer
 
-compiler.blacklist clang
+# TODO: Fix the actual bug.  This just masks the problem to build successfully
+if {[string match *clang* ${configure.compiler}]} {
+    configure.cflags-append -Wno-return-type
+}
 
 configure.args  --disable-audio-support \
                 --disable-libmpeg3 \

Modified: trunk/dports/graphics/gimp-gap-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/Portfile	2013-09-02 22:58:49 UTC (rev 110607)
+++ trunk/dports/graphics/gimp-gap-devel/Portfile	2013-09-02 23:01:12 UTC (rev 110608)
@@ -65,7 +65,10 @@
 
 depends_run     path:bin/mplayer:mplayer-devel
 
-compiler.blacklist clang
+# TODO: Fix the actual bug.  This just masks the problem to build successfully
+if {[string match *clang* ${configure.compiler}]} {
+    configure.cflags-append -Wno-return-type
+}
 
 configure.cmd    ./autogen.sh
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/bb1bd1fc/attachment.html>


More information about the macports-changes mailing list