diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-04-06 19:44:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-04-06 19:44:51 +0000 |
commit | 76bc246437d67632e664926ee0146906760d3fe7 (patch) | |
tree | fc95e6fa8d2eef2ec946cde8279a076f88ed3cb6 /dev-ml/camlzip/files | |
parent | amd64 stable, bug #215736 (diff) | |
download | historical-76bc246437d67632e664926ee0146906760d3fe7.tar.gz historical-76bc246437d67632e664926ee0146906760d3fe7.tar.bz2 historical-76bc246437d67632e664926ee0146906760d3fe7.zip |
remove old
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'dev-ml/camlzip/files')
-rw-r--r-- | dev-ml/camlzip/files/camlzip-1.01-Makefile-findlib.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ml/camlzip/files/camlzip-1.01-Makefile-findlib.patch b/dev-ml/camlzip/files/camlzip-1.01-Makefile-findlib.patch deleted file mode 100644 index e7c4014d3c82..000000000000 --- a/dev-ml/camlzip/files/camlzip-1.01-Makefile-findlib.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig 2004-08-25 14:34:02.963205056 +0200 -+++ Makefile 2004-08-25 14:35:28.916138224 +0200 -@@ -55,18 +55,8 @@ - rm -f *.o *.a - - install: -- mkdir -p $(INSTALLDIR) -- cp zip.cma zip.cmi gzip.cmi zip.mli gzip.mli libcamlzip.a $(INSTALLDIR) -- if test -f dllcamlzip.so; then \ -- cp dllcamlzip.so $(INSTALLDIR); \ -- ldconf=`$(OCAMLC) -where`/ld.conf; \ -- installdir=$(INSTALLDIR); \ -- if test `grep -s -c $$installdir'$$' $$ldconf || :` = 0; \ -- then echo $$installdir >> $$ldconf; fi \ -- fi -- --installopt: -- cp zip.cmxa zip.a zip.cmx gzip.cmx $(INSTALLDIR) -+ ocamlfind install camlzip META zip.cma zip.cmi gzip.cmi zip.mli gzip.mli libcamlzip.a dllcamlzip.so \ -+ zip.cmxa zip.a zip.cmx gzip.cmx - - depend: - gcc -MM -I$(ZLIB_INCLUDE) *.c > .depend |