[96603] trunk/dports/math/pspp-devel/Portfile

snc at macports.org snc at macports.org
Tue Aug 14 20:31:27 PDT 2012


Revision: 96603
          https://trac.macports.org/changeset/96603
Author:   snc at macports.org
Date:     2012-08-14 20:31:24 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
pspp-devel: found specific flag causing LLVM failure, also removing extraneous configure.env

Modified Paths:
--------------
    trunk/dports/math/pspp-devel/Portfile

Modified: trunk/dports/math/pspp-devel/Portfile
===================================================================
--- trunk/dports/math/pspp-devel/Portfile	2012-08-15 03:04:24 UTC (rev 96602)
+++ trunk/dports/math/pspp-devel/Portfile	2012-08-15 03:31:24 UTC (rev 96603)
@@ -39,7 +39,6 @@
                     sha256  e97283464b5166b1a4205b5f29a7fe6ded6343e90252f12b0762ef55b3e41b82
 
 #configure.cflags-append -g
-configure.env-append CPPFLAGS=-I${prefix}/include
 configure.perl      ${prefix}/bin/perl
 configure.args      --disable-rpath \
                     --without-libpq \
@@ -48,15 +47,14 @@
                     --with-packager-bug-reports=${maintainers}
 
 if {${configure.compiler} == "llvm-gcc-4.2"} {
-    configure.cflags-delete   -O2
-    configure.cflags-append   -O1
+    configure.cflags-append -fno-inline-functions
 }
 
 use_parallel_build  yes
 
 test.run            yes
 test.target         check
-#test.env            TESTSUITEFLAGS='184'
+#test.env            TESTSUITEFLAGS='776 777 778 779 780 781'
 
 if {[variant_isset no_gui]} {
     default_variants -gui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/c99ba680/attachment-0001.html>


More information about the macports-changes mailing list