[110327] trunk/dports/science/gmic/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Aug 29 17:09:19 PDT 2013


Revision: 110327
          https://trac.macports.org/changeset/110327
Author:   jeremyhu at macports.org
Date:     2013-08-29 17:09:19 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
gmic: clang works for me.  Upstream probably fixed it in the past couple years.

Modified Paths:
--------------
    trunk/dports/science/gmic/Portfile

Modified: trunk/dports/science/gmic/Portfile
===================================================================
--- trunk/dports/science/gmic/Portfile	2013-08-29 23:42:41 UTC (rev 110326)
+++ trunk/dports/science/gmic/Portfile	2013-08-30 00:09:19 UTC (rev 110327)
@@ -48,12 +48,9 @@
                     port:xorg-libXext \
                     port:gimp2
 
-patchfiles          patch-Makefile.diff
+patchfiles          patch-Makefile.diff \
+                    libcxx.patch
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
-
 use_configure       no
 
 # opencv is not universal
@@ -64,7 +61,8 @@
 
 build.args          CC="${configure.cxx} [get_canonical_archflags]" \
                     IS_GCC=yes \
-                    USR=${prefix}
+                    USR=${prefix} \
+                    OPT_CFLAGS=${configure.optflags}
 
 destroot.args       USR=${prefix}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/ae95c1c4/attachment-0001.html>


More information about the macports-changes mailing list