[89535] trunk/dports/x11/imake/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Feb 1 11:25:13 PST 2012


Revision: 89535
          http://trac.macports.org/changeset/89535
Author:   jeremyhu at macports.org
Date:     2012-02-01 11:25:12 -0800 (Wed, 01 Feb 2012)
Log Message:
-----------
imake: Don't force llvm-gcc

imake itself builds fine with clang.  The problems experienced are
in ports that make use of imake, so the fixes or workarounds should
go into *those* ports, or the root cause should be addressed.

This just "worked" by setting imake's default compiler to something
different, so undoing that in the interest of fixing the real
problems.

Modified Paths:
--------------
    trunk/dports/x11/imake/Portfile

Modified: trunk/dports/x11/imake/Portfile
===================================================================
--- trunk/dports/x11/imake/Portfile	2012-02-01 18:42:11 UTC (rev 89534)
+++ trunk/dports/x11/imake/Portfile	2012-02-01 19:25:12 UTC (rev 89535)
@@ -5,7 +5,7 @@
 
 name         imake
 version      1.0.3
-revision     1
+revision     2
 categories   x11 devel
 license      X11
 installs_libs no
@@ -34,11 +34,6 @@
 depends_run    port:xorg-cf-files path:bin/perl:perl5
 depends_build  port:pkgconfig port:xorg-xproto
 
-# FIXME: xmkmf (imake) doesn't work as expected with clang
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
-
 configure.env-append  HAS_PERL=yes RAWCPP=${configure.cpp}
 
 post-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120201/c39a38e5/attachment.html>


More information about the macports-changes mailing list