summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-11-10 14:35:46 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-11-10 14:35:46 +0000
commitfefcc1c26f2f45578e19879aea55505999f636ea (patch)
tree066b24c33b3fce90f6278ded4406148a3df2526e /dev-ml/camlzip
parentamd64 stable (diff)
downloadgentoo-2-fefcc1c26f2f45578e19879aea55505999f636ea.tar.gz
gentoo-2-fefcc1c26f2f45578e19879aea55505999f636ea.tar.bz2
gentoo-2-fefcc1c26f2f45578e19879aea55505999f636ea.zip
dont install intermediate objects
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ml/camlzip')
-rw-r--r--dev-ml/camlzip/ChangeLog6
-rw-r--r--dev-ml/camlzip/files/camlzip-1.03-Makefile-findlib.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ml/camlzip/ChangeLog b/dev-ml/camlzip/ChangeLog
index 4ab5fdd37261..01ba13ae3f28 100644
--- a/dev-ml/camlzip/ChangeLog
+++ b/dev-ml/camlzip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/camlzip
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.8 2007/11/10 14:22:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.9 2007/11/10 14:35:46 aballier Exp $
+
+ 10 Nov 2007; Alexis Ballier <aballier@gentoo.org>
+ files/camlzip-1.03-Makefile-findlib.patch:
+ dont install intermediate objects
10 Nov 2007; Alexis Ballier <aballier@gentoo.org> camlzip-1.01-r1.ebuild:
quote dir variables
diff --git a/dev-ml/camlzip/files/camlzip-1.03-Makefile-findlib.patch b/dev-ml/camlzip/files/camlzip-1.03-Makefile-findlib.patch
index 6eefb5021f8a..d388880ed1b3 100644
--- a/dev-ml/camlzip/files/camlzip-1.03-Makefile-findlib.patch
+++ b/dev-ml/camlzip/files/camlzip-1.03-Makefile-findlib.patch
@@ -9,7 +9,7 @@
OBJS=zlib.cmo zip.cmo gzip.cmo
C_OBJS=zlibstubs.o
-+LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so *.cmx)
++LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)
+
all: libcamlzip.a zip.cma