Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/labltk/files: findlib.patch
Date: Fri, 28 Nov 2014 16:07:16
Message-Id: 20141128160712.93C98B189@oystercatcher.gentoo.org
1 aballier 14/11/28 16:07:12
2
3 Added: findlib.patch
4 Log:
5 Initial import, split out of dev-lang/ocaml
6
7 Signed-off-by: aballier@g.o
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.1 dev-ml/labltk/files/findlib.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/labltk/files/findlib.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/labltk/files/findlib.patch?rev=1.1&content-type=text/plain
15
16 Index: findlib.patch
17 ===================================================================
18 Index: labltk-8.06.0/lib/Makefile
19 ===================================================================
20 --- labltk-8.06.0.orig/lib/Makefile
21 +++ labltk-8.06.0/lib/Makefile
22 @@ -84,7 +84,7 @@ install-script: $(LIBNAME)
23 install-batch:
24 cp labltk.bat $(INSTALLBINDIR)
25
26 -ifeq ($USE_FINDLIB,yes)
27 +ifeq ($(USE_FINDLIB),yes)
28 install:
29 ocamlfind install labltk -add $(LIBNAME).cma $(LIBNAME)top$(EXE)
30 chmod 755 $(INSTALLDIR)/$(LIBNAME)top$(EXE)
31 @@ -114,4 +114,4 @@ installopt:
32 cd $(INSTALLDIR); $(RANLIB) $(LIBNAME).$(A)
33 chmod 644 $(INSTALLDIR)/$(LIBNAME).cmxa
34 chmod 644 $(INSTALLDIR)/$(LIBNAME).$(A)
35 -endif
36 \ No newline at end of file
37 +endif