summaryrefslogtreecommitdiffstats
path: root/devel/camlidl/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'devel/camlidl/Makefile.patch')
-rw-r--r--devel/camlidl/Makefile.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/camlidl/Makefile.patch b/devel/camlidl/Makefile.patch
new file mode 100644
index 0000000000..a4e583a985
--- /dev/null
+++ b/devel/camlidl/Makefile.patch
@@ -0,0 +1,21 @@
+--- camlidl-1.05/config/Makefile.unix.orig 2012-03-31 12:11:39.335097246 +0200
++++ camlidl-1.05/config/Makefile.unix 2012-03-31 12:12:36.311100004 +0200
+@@ -31,7 +31,7 @@
+ #RANLIB=:
+
+ # Location of the Objective Caml library in your installation
+-OCAMLLIB=/usr/local/lib/ocaml
++OCAMLLIB=/usr/lib/ocaml
+
+ # Where to install the binaries
+ BINDIR=/usr/local/bin
+@@ -43,9 +43,6 @@
+ OCAMLLEX=ocamllex
+ OCAMLDEP=ocamldep
+
+-# Extra flags to pass to the C compiler
+-CFLAGS=-Wall -g
+-
+ # Suffixes for executables and libraries (do not change)
+ EXE=
+ LIBEXT=a