[109061] trunk/dports/x11/xscreensaver/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 13:23:47 PDT 2013


Revision: 109061
          https://trac.macports.org/changeset/109061
Author:   jeremyhu at macports.org
Date:     2013-08-07 13:23:47 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
xscreensaver: Set LC_CTYPE to fix build.  Remove fallback to llvm-gcc-4.2

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

Modified: trunk/dports/x11/xscreensaver/Portfile
===================================================================
--- trunk/dports/x11/xscreensaver/Portfile	2013-08-07 20:18:22 UTC (rev 109060)
+++ trunk/dports/x11/xscreensaver/Portfile	2013-08-07 20:23:47 UTC (rev 109061)
@@ -23,15 +23,13 @@
 
 depends_lib         port:gtk2 port:libglade2 port:xpm port:xorg-libXmu
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
-
 configure.args      --with-gtk --without-motif
 configure.ldflags   -lintl
 
 use_parallel_build  no
 
+build.env           LC_CTYPE=C
+
 destroot.destdir    install_prefix=${destroot}
 post-destroot {
     file delete -force ${destroot}/usr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/6c090653/attachment.html>


More information about the macports-changes mailing list