[109449] trunk/dports/devel/evas/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Aug 15 10:01:11 PDT 2013


Revision: 109449
          https://trac.macports.org/changeset/109449
Author:   jeremyhu at macports.org
Date:     2013-08-15 10:01:11 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
evas: Use compiler blacklist to enable sse3 on older platforms

Modified Paths:
--------------
    trunk/dports/devel/evas/Portfile

Modified: trunk/dports/devel/evas/Portfile
===================================================================
--- trunk/dports/devel/evas/Portfile	2013-08-15 16:58:17 UTC (rev 109448)
+++ trunk/dports/devel/evas/Portfile	2013-08-15 17:01:11 UTC (rev 109449)
@@ -6,6 +6,7 @@
 name                    evas
 epoch                   2
 version                 1.7.8
+revision                1
 categories              devel x11
 platforms               darwin
 maintainers             ryandesign openmaintainer
@@ -46,14 +47,9 @@
 
 use_parallel_build      yes
 
-platform darwin i386 {
-    # http://trac.enlightenment.org/e/ticket/942
-    if {${os.major} >= 10} {
-        # Clang has immintrin.h which is needed for evas to build with SSE3 optimizations.
-        configure.compiler clang
-    } else {
-        configure.args-append --disable-cpu-sse3
-    }
+# http://trac.enlightenment.org/e/ticket/942
+if {[lsearch [get_canonical_archs] i386] != -1} {
+    compiler.blacklist-append llvm-gcc-4.2 macports-llvm-gcc-4.2 gcc-4.2 apple-gcc-4.2
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/d930a198/attachment-0001.html>


More information about the macports-changes mailing list