summaryrefslogtreecommitdiff
path: root/devel/ocaml-sdl/files/patch-makefile.config.gcc.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ocaml-sdl/files/patch-makefile.config.gcc.in')
-rw-r--r--devel/ocaml-sdl/files/patch-makefile.config.gcc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/ocaml-sdl/files/patch-makefile.config.gcc.in b/devel/ocaml-sdl/files/patch-makefile.config.gcc.in
new file mode 100644
index 000000000000..606d46ea00bc
--- /dev/null
+++ b/devel/ocaml-sdl/files/patch-makefile.config.gcc.in
@@ -0,0 +1,9 @@
+--- makefile.config.gcc.in.orig Wed Aug 18 15:51:25 2004
++++ makefile.config.gcc.in Wed Aug 18 15:52:03 2004
+@@ -44,5 +44,5 @@
+
+ MKCMA = $(OCAMLMKLIB) -v -o $(1) -oc $(2) $(3) $(4)
+ MKCMXA = $(OCAMLMKLIB) -v -o $(1) -oc $(2) $(3) $(4)
+-MKCLIB = $(OCAMLMKLIB) -v -o $(1) -oc $(2) $(3) $(4)
++MKCLIB = $(OCAMLMKLIB) -v -o $(1) -L${LOCALBASE}/lib -oc $(2) $(3) $(4)
+ endif