[113407] trunk/dports/science/gnuradio/Portfile

michaelld at macports.org michaelld at macports.org
Fri Nov 15 09:33:19 PST 2013


Revision: 113407
          https://trac.macports.org/changeset/113407
Author:   michaelld at macports.org
Date:     2013-11-15 09:33:19 -0800 (Fri, 15 Nov 2013)
Log Message:
-----------
gnuradio: revert r113388; that's not the solution.

Revision Links:
--------------
    https://trac.macports.org/changeset/113388

Modified Paths:
--------------
    trunk/dports/science/gnuradio/Portfile

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2013-11-15 17:31:53 UTC (rev 113406)
+++ trunk/dports/science/gnuradio/Portfile	2013-11-15 17:33:19 UTC (rev 113407)
@@ -132,18 +132,16 @@
     }
 
     # GNU Radio 3.7.1+ works with Apple GCC, some Apple clang >=
-    # 500.2.79, maybe, and MacPorts clang 3.4 or newer; blacklist
-    # other compilers.
+    # 500.2.79, and MacPorts clang 3.4 or newer; blacklist other
+    # compilers.
 
-    # for now, just disable Apple clang since I can't get it to
-    # reliably build using even the latest version.
+    if {${os.major} == 13} {
+        # works with Apple's clang 500.2.79 on 10.9, but not 10.8.
+        compiler.blacklist-append { clang < 500.2.79 }
+    } else {
+        compiler.blacklist-append clang
+    }
 
-    # if {${os.major} == 13} {}
-    # works with Apple's clang 500.2.79 on 10.9, but not 10.8.
-    # compiler.blacklist-append { clang < 500.2.79 }
-
-    compiler.blacklist-append clang
-
     compiler.blacklist-append \
         macports-clang-2.9 macports-clang-3.1 \
         macports-clang-3.2 macports-clang-3.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131115/7d0bb95b/attachment.html>


More information about the macports-changes mailing list