[109107] trunk/dports/science/maniview/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 19:02:54 PDT 2013


Revision: 109107
          https://trac.macports.org/changeset/109107
Author:   jeremyhu at macports.org
Date:     2013-08-07 19:02:53 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
maniview: Not +universal, use compiler.blacklist

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

Modified: trunk/dports/science/maniview/Portfile
===================================================================
--- trunk/dports/science/maniview/Portfile	2013-08-08 01:41:36 UTC (rev 109106)
+++ trunk/dports/science/maniview/Portfile	2013-08-08 02:02:53 UTC (rev 109107)
@@ -27,10 +27,12 @@
 depends_lib                 port:geomview \
                             port:xforms
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+# I'm not certain why this is blacklisted, and dependencies fail to build, so I'm just preserving previous functionality --jeremyhu
+compiler.blacklist clang
 
+# xforms is not universal
+universal_variant no
+
 post-destroot {
     delete ${destroot}${prefix}/share/geomview/groups
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/5cedf7bc/attachment.html>


More information about the macports-changes mailing list