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/camlzip/files: camlzip-1.03-Makefile-findlib.patch
Date: Sat, 10 Nov 2007 14:35:53
Message-Id: E1IqrR5-0001lN-Eb@stork.gentoo.org
1 aballier 07/11/10 14:35:47
2
3 Modified: camlzip-1.03-Makefile-findlib.patch
4 Log:
5 dont install intermediate objects
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 dev-ml/camlzip/files/camlzip-1.03-Makefile-findlib.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/files/camlzip-1.03-Makefile-findlib.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/files/camlzip-1.03-Makefile-findlib.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlzip/files/camlzip-1.03-Makefile-findlib.patch?r1=1.1&r2=1.2
14
15 Index: camlzip-1.03-Makefile-findlib.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlzip/files/camlzip-1.03-Makefile-findlib.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- camlzip-1.03-Makefile-findlib.patch 10 Nov 2007 14:18:20 -0000 1.1
22 +++ camlzip-1.03-Makefile-findlib.patch 10 Nov 2007 14:35:46 -0000 1.2
23 @@ -9,7 +9,7 @@
24 OBJS=zlib.cmo zip.cmo gzip.cmo
25 C_OBJS=zlibstubs.o
26
27 -+LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so *.cmx)
28 ++LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)
29 +
30 all: libcamlzip.a zip.cma
31
32
33
34
35 --
36 gentoo-commits@g.o mailing list