[98067] trunk/dports/databases/postgresql90/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Sep 23 23:40:24 PDT 2012


Revision: 98067
          http://trac.macports.org//changeset/98067
Author:   jeremyhu at macports.org
Date:     2012-09-23 23:40:24 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
postgresql90: Use compiler blacklisting from base.

Modified Paths:
--------------
    trunk/dports/databases/postgresql90/Portfile

Modified: trunk/dports/databases/postgresql90/Portfile
===================================================================
--- trunk/dports/databases/postgresql90/Portfile	2012-09-24 06:38:33 UTC (rev 98066)
+++ trunk/dports/databases/postgresql90/Portfile	2012-09-24 06:40:24 UTC (rev 98067)
@@ -57,8 +57,9 @@
 configure.cppflags-append	-I${prefix}/include/ossp
 
 # building psql with clang causes segfault on query; see #31717
-if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.4] < 0} {
-    configure.compiler llvm-gcc-4.2
+compiler.blacklist macports-clang-2.9 macports-clang-3.0
+if {[vercmp ${xcodeversion} 4.4] < 0} {
+    compiler.blacklist-append clang
 }
 
 if {[variant_isset universal]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120923/e3097d97/attachment.html>


More information about the macports-changes mailing list