[98068] trunk/dports/databases/postgresql91/Portfile

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


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

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

Modified: trunk/dports/databases/postgresql91/Portfile
===================================================================
--- trunk/dports/databases/postgresql91/Portfile	2012-09-24 06:40:24 UTC (rev 98067)
+++ trunk/dports/databases/postgresql91/Portfile	2012-09-24 06:40:47 UTC (rev 98068)
@@ -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/547d13c6/attachment-0001.html>


More information about the macports-changes mailing list