[58531] trunk/dports/lang/llvm/Portfile

nox at macports.org nox at macports.org
Wed Sep 30 04:48:09 PDT 2009


Revision: 58531
          http://trac.macports.org/changeset/58531
Author:   nox at macports.org
Date:     2009-09-30 04:48:05 -0700 (Wed, 30 Sep 2009)
Log Message:
-----------
llvm: Add --enable-bindings=none to configure.args to not build ocaml bindings without ocaml variant.

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

Modified: trunk/dports/lang/llvm/Portfile
===================================================================
--- trunk/dports/lang/llvm/Portfile	2009-09-30 11:26:20 UTC (rev 58530)
+++ trunk/dports/lang/llvm/Portfile	2009-09-30 11:48:05 UTC (rev 58531)
@@ -4,7 +4,7 @@
 
 name                    llvm
 version                 2.5
-revision                0
+revision                1
 categories              lang
 platforms               darwin
 use_parallel_build      yes
@@ -39,7 +39,8 @@
 configure.cppflags
 configure.ldflags
 configure.cmd           ${worksrcpath}/configure
-configure.args          --enable-optimized --enable-jit
+configure.args          --enable-optimized --enable-jit \
+                        --enable-bindings=none
 
 post-destroot {
     file mkdir ${destroot}${prefix}/lib/llvm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090930/83d2ac19/attachment.html>


More information about the macports-changes mailing list