summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-11-27 09:27:42 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-11-27 09:27:42 +0000
commite946ff1805130ac7179d8c1a1fcb4cf62a44ce2f (patch)
treefcf997b15371e04e57b60d0275edaec16aca6223 /dev-ml/camlimages/files
parentInitial ebuild by me. (diff)
downloadgentoo-2-e946ff1805130ac7179d8c1a1fcb4cf62a44ce2f.tar.gz
gentoo-2-e946ff1805130ac7179d8c1a1fcb4cf62a44ce2f.tar.bz2
gentoo-2-e946ff1805130ac7179d8c1a1fcb4cf62a44ce2f.zip
dont build with ocamlc -annot since it appeared in ocaml 3.11, reported by Fauli
(Portage version: 2.2_rc52/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/camlimages/files')
-rw-r--r--dev-ml/camlimages/files/camlimages-3.0.2-annot.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ml/camlimages/files/camlimages-3.0.2-annot.patch b/dev-ml/camlimages/files/camlimages-3.0.2-annot.patch
new file mode 100644
index 000000000000..b34962f12ce2
--- /dev/null
+++ b/dev-ml/camlimages/files/camlimages-3.0.2-annot.patch
@@ -0,0 +1,13 @@
+Index: camlimages-3.0.2/src/Makefile.am
+===================================================================
+--- camlimages-3.0.2.orig/src/Makefile.am
++++ camlimages-3.0.2/src/Makefile.am
+@@ -35,7 +35,7 @@ endif
+
+ BUILT_SOURCES = $(OCAMLBUILTSOURCES)
+
+-OCAMLCFLAGS = -warn-error A -annot
++OCAMLCFLAGS = -warn-error A
+ LINKFLAGS =
+ AM_OCAMLCFLAGS =
+ AM_CFLAGS = -I .. -DHAVE_CONFIG_H