[79006] trunk/dports/devel/omake

jmr at macports.org jmr at macports.org
Sun May 29 12:29:59 PDT 2011


Revision: 79006
          http://trac.macports.org/changeset/79006
Author:   jmr at macports.org
Date:     2011-05-29 12:29:59 -0700 (Sun, 29 May 2011)
Log Message:
-----------
omake: fix build (#27220)

Modified Paths:
--------------
    trunk/dports/devel/omake/Portfile

Added Paths:
-----------
    trunk/dports/devel/omake/files/patch-OMakefile.diff

Modified: trunk/dports/devel/omake/Portfile
===================================================================
--- trunk/dports/devel/omake/Portfile	2011-05-29 19:26:36 UTC (rev 79005)
+++ trunk/dports/devel/omake/Portfile	2011-05-29 19:29:59 UTC (rev 79006)
@@ -21,7 +21,7 @@
                     sha1 e78c9d8858749f5e234cba303637980e24085cbc \
                     rmd160 2364e29a7cc9bd6aaf837818bbe0a64ef4afce14
 
-patchfiles          patch-stdin_stdout.bin.diff patch-omake.diff
+patchfiles          patch-stdin_stdout.bin.diff patch-omake.diff patch-OMakefile.diff
 
 depends_lib         port:ocaml
 

Added: trunk/dports/devel/omake/files/patch-OMakefile.diff
===================================================================
--- trunk/dports/devel/omake/files/patch-OMakefile.diff	                        (rev 0)
+++ trunk/dports/devel/omake/files/patch-OMakefile.diff	2011-05-29 19:29:59 UTC (rev 79006)
@@ -0,0 +1,12 @@
+--- OMakefile
++++ OMakefile
+@@ -57,7 +57,7 @@ if $(not $(defined CAMLLIB))
+ #
+ # OCaml options
+ #
+-OCAMLFLAGS[] += -w Ae$(if $(OCAML_ACCEPTS_Z_WARNING), z)
++OCAMLFLAGS[] += -w Aer-29$(if $(OCAML_ACCEPTS_Z_WARNING), z)
+ if $(THREADS_ENABLED)
+     OCAMLFLAGS += -thread
+     export
+-- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110529/90a691e2/attachment.html>


More information about the macports-changes mailing list