diff options
Diffstat (limited to 'graphics/ocaml-images/files/patch-src_OMakefile')
-rw-r--r-- | graphics/ocaml-images/files/patch-src_OMakefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/ocaml-images/files/patch-src_OMakefile b/graphics/ocaml-images/files/patch-src_OMakefile deleted file mode 100644 index c6d85cfd4037..000000000000 --- a/graphics/ocaml-images/files/patch-src_OMakefile +++ /dev/null @@ -1,15 +0,0 @@ ---- src/OMakefile.orig 2012-11-07 22:43:27.000000000 +0100 -+++ src/OMakefile 2012-11-07 22:44:22.000000000 +0100 -@@ -262,10 +262,10 @@ - $(glob i, *.so) - - INSTALL()= -- value $(OCAMLFIND) install $(LIBRARY_PREFIX) $(INSTALL_TARGETS) -+ value $(OCAMLFIND) install -ldconf ignore -destdir $(PREFIX)/lib/ocaml/site-lib $(LIBRARY_PREFIX) $(INSTALL_TARGETS) - - UNINSTALL()= -- value $(OCAMLFIND) remove $(LIBRARY_PREFIX) -+ value $(OCAMLFIND) remove -ldconf ignore -destdir $(PREFIX)/lib/ocaml/site-lib $(LIBRARY_PREFIX) - - install: all - $(INSTALL) |