[110600] trunk/dports/gnome/linsmith/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 15:43:35 PDT 2013


Revision: 110600
          https://trac.macports.org/changeset/110600
Author:   jeremyhu at macports.org
Date:     2013-09-02 15:43:35 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
linsmith: Build with clang

Modified Paths:
--------------
    trunk/dports/gnome/linsmith/Portfile

Modified: trunk/dports/gnome/linsmith/Portfile
===================================================================
--- trunk/dports/gnome/linsmith/Portfile	2013-09-02 22:32:09 UTC (rev 110599)
+++ trunk/dports/gnome/linsmith/Portfile	2013-09-02 22:43:35 UTC (rev 110600)
@@ -28,7 +28,10 @@
 depends_lib     port:libxml2 \
                 port:libgnomeui
 
-compiler.blacklist clang
+# TODO: Really fix this bug.  This just masks the issue
+if {[string match *clang* ${configure.compiler}]} {
+    configure.cflags-append -Wno-return-type
+}
 
 livecheck.url   http://sourceforge.net/projects/${name}/files/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/fbdbded7/attachment-0001.html>


More information about the macports-changes mailing list