aballier 14/11/28 16:07:12 Added: findlib.patch Log: Initial import, split out of dev-lang/ocaml Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.1 dev-ml/labltk/files/findlib.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/labltk/files/findlib.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/labltk/files/findlib.patch?rev=1.1&content-type=text/plain Index: findlib.patch =================================================================== Index: labltk-8.06.0/lib/Makefile =================================================================== --- labltk-8.06.0.orig/lib/Makefile +++ labltk-8.06.0/lib/Makefile @@ -84,7 +84,7 @@ install-script: $(LIBNAME) install-batch: cp labltk.bat $(INSTALLBINDIR) -ifeq ($USE_FINDLIB,yes) +ifeq ($(USE_FINDLIB),yes) install: ocamlfind install labltk -add $(LIBNAME).cma $(LIBNAME)top$(EXE) chmod 755 $(INSTALLDIR)/$(LIBNAME)top$(EXE) @@ -114,4 +114,4 @@ installopt: cd $(INSTALLDIR); $(RANLIB) $(LIBNAME).$(A) chmod 644 $(INSTALLDIR)/$(LIBNAME).cmxa chmod 644 $(INSTALLDIR)/$(LIBNAME).$(A) -endif \ No newline at end of file +endif
