[125130] trunk/dports/lang/ocaml/Portfile

mww at macports.org mww at macports.org
Sun Sep 7 02:04:59 PDT 2014


Revision: 125130
          https://trac.macports.org/changeset/125130
Author:   mww at macports.org
Date:     2014-09-07 02:04:59 -0700 (Sun, 07 Sep 2014)
Log Message:
-----------
ocaml: disable x11 module -- tries to link with lib in /opt/X11 even if nothing is there; inc revision

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

Modified: trunk/dports/lang/ocaml/Portfile
===================================================================
--- trunk/dports/lang/ocaml/Portfile	2014-09-07 06:44:28 UTC (rev 125129)
+++ trunk/dports/lang/ocaml/Portfile	2014-09-07 09:04:59 UTC (rev 125130)
@@ -5,7 +5,7 @@
 name                ocaml
 epoch               1
 version             4.02.0
-revision            0
+revision            1
 # When updating ocaml, also update camlp5 to a compatible version (c.f. #26769, #20219, #18292)
 set major_vers      [join [lrange [split ${version} .] 0 1] .]
 platforms           darwin
@@ -34,8 +34,7 @@
 
 # Configure.
 configure.pre_args  -prefix ${prefix}
-configure.args      -cc ${configure.cc} -aspp \"${configure.cc} -c\" \
-                    -x11include \"${prefix}/include\" -x11lib \"${prefix}/lib\"
+configure.args      -cc ${configure.cc} -aspp \"${configure.cc} -c\" \ -no-graph
 
 # Building.
 build.target        world.opt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140907/eb7f5b60/attachment.html>


More information about the macports-changes mailing list