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

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 6 10:02:19 PST 2007


Revision: 30771
          http://trac.macosforge.org/projects/macports/changeset/30771
Author:   eridius at macports.org
Date:     2007-11-06 10:02:19 -0800 (Tue, 06 Nov 2007)

Log Message:
-----------
Make OCaml work on 10.5

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

Modified: trunk/dports/lang/ocaml/Portfile
===================================================================
--- trunk/dports/lang/ocaml/Portfile	2007-11-06 17:32:34 UTC (rev 30770)
+++ trunk/dports/lang/ocaml/Portfile	2007-11-06 18:02:19 UTC (rev 30771)
@@ -26,6 +26,7 @@
 
 # Building.
 build.target		world.opt
+build.cmd           "unset LD_PREBIND LD_PREBIND_ALLOW_OVERLAP && ${build.cmd}"
 
 # Install.
 destroot.target		install
@@ -44,6 +45,10 @@
 	configure.args-delete 	-no-tk
 }
 
+platform darwin 9 {
+    macosx_deployment_target 10.4
+}
+
 livecheck.check	regex
 livecheck.url	http://caml.inria.fr/news.en.rss
 livecheck.regex	"<title>Objective Caml (.*) released"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071106/4aa28a2d/attachment.html


More information about the macports-changes mailing list