ports/graphics/ocaml-images/files/patch-src_OMakefile
Rene Ladan edbbdaf2a2 Ressurect devel/omake, graphics/ocaml-images and games/freetennis [1]
- devel/omake:
  - add new MASTER_SITES
  - regenerate patches [1]
- graphics/ocaml-images:
  - add missing LIB_DEPENDS
  - pet portlint
  - bump PORTREVISION
- games/freetennis:
  - add missing indirect depedencies [2]
  - bump PORTREVISION
PR:		210853 [1]
Submitted by:	lightside@gmx.com [1]
Reported by:	poudriere testport [2]
2016-07-23 14:19:05 +00:00

15 lines
552 B
Text

--- 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)