[127181] trunk/dports/lang/sbcl/Portfile

easieste at macports.org easieste at macports.org
Wed Oct 22 07:02:53 PDT 2014


Revision: 127181
          https://trac.macports.org/changeset/127181
Author:   easieste at macports.org
Date:     2014-10-22 07:02:53 -0700 (Wed, 22 Oct 2014)
Log Message:
-----------
lang/sbcl: conditionalize use of +fancy as default variant only is +threads is not specified.

Modified Paths:
--------------
    trunk/dports/lang/sbcl/Portfile

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2014-10-22 11:52:55 UTC (rev 127180)
+++ trunk/dports/lang/sbcl/Portfile	2014-10-22 14:02:53 UTC (rev 127181)
@@ -80,7 +80,9 @@
     }
 }
 
-default_variants +fancy
+if {![variant_isset threads]} {
+    default_variants +fancy
+}
 
 variant html conflicts pdf description {Installs documentation in HTML and Info formats.} {
     patchfiles-append patch-make-doc.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141022/36e9eab1/attachment.html>


More information about the macports-changes mailing list