SOURCES: ocaml-cairo-install.patch (NEW) - install libs in proper dir

baggins baggins at pld-linux.org
Wed Apr 11 16:03:37 CEST 2007


Author: baggins                      Date: Wed Apr 11 14:03:37 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- install libs in proper dir

---- Files affected:
SOURCES:
   ocaml-cairo-install.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ocaml-cairo-install.patch
diff -u /dev/null SOURCES/ocaml-cairo-install.patch:1.1
--- /dev/null	Wed Apr 11 16:03:37 2007
+++ SOURCES/ocaml-cairo-install.patch	Wed Apr 11 16:03:32 2007
@@ -0,0 +1,14 @@
+--- cairo-ocaml/src/Makefile~	2006-02-09 16:57:11.000000000 +0100
++++ cairo-ocaml/src/Makefile	2007-04-11 16:01:18.198534570 +0200
+@@ -73,10 +73,7 @@
+ ifdef OCAMLOPT
+ 	install -m644 *.cmxa *.a *.cmx $(DESTDIR)$(INSTALLDIR)
+ endif
+-	install -m 755 dll*.so $(DESTDIR)$(INSTALLDIR)
+-	if test -w $(DESTDIR)$(OCAMLLIB)/stublibs ; then \
+-          for lib in dll*.so ; do \
+-            ln -s $(INSTALLDIR)/$$lib $(DESTDIR)$(OCAMLLIB)/stublibs ; done ; fi
++	install -m 755 dll*.so $(DESTDIR)$(OCAMLLIB)/stublibs
+ 
+ DOCFILES = cairo.mli cairo_bigarray.mli cairo_png.mli cairo_pdf.mli cairo_ps.mli cairo_ft.mli
+ ifdef LABLGTKDIR
================================================================


More information about the pld-cvs-commit mailing list