aboutsummaryrefslogtreecommitdiff
path: root/graphics/ocaml-images/files/patch-Makefile.config.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ocaml-images/files/patch-Makefile.config.in')
-rw-r--r--graphics/ocaml-images/files/patch-Makefile.config.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/ocaml-images/files/patch-Makefile.config.in b/graphics/ocaml-images/files/patch-Makefile.config.in
new file mode 100644
index 000000000000..a284a7a4da77
--- /dev/null
+++ b/graphics/ocaml-images/files/patch-Makefile.config.in
@@ -0,0 +1,19 @@
+--- Makefile.config.in.orig Tue Apr 9 18:59:59 2002
++++ Makefile.config.in Sat Feb 8 00:53:29 2003
+@@ -24,12 +24,12 @@
+ SUPPORT_PS=@SUPPORT_PS@
+ SUPPORT_LABLGTK=@SUPPORT_LABLGTK@
+
+-LIBGIF=@LIBGIF@
++LIBGIF=-L${LOCALBASE}/lib @LIBGIF@
+ LIBBMP=@LIBBMP@
+-LIBJPEG=@LIBJPEG@
+-LIBTIFF=@LIBTIFF@
++LIBJPEG=-L${LOCALBASE}/lib @LIBJPEG@
++LIBTIFF=-L${LOCALBASE}/lib @LIBTIFF@
+ LIBFREETYPE=@LIBFREETYPE@
+-LIBPNG=@LIBPNG@
++LIBPNG=-L${LOCALBASE}/lib @LIBPNG@
+ LIBXVTHUMB=@LIBXVTHUMB@
+ LIBXPM=@LIBXPM@
+ LIBPPM=@LIBPPM@