diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-19 22:21:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-19 22:21:30 +0000 |
commit | eea531a08bed180cd7a42e9b0957c60eb8864355 (patch) | |
tree | f52eb0fc8918405b8447e6b73d6d9076cc9d1c08 /archivers | |
parent | 6ca6834d4b384ddabb041eb09132790d61024ca5 (diff) | |
download | pkgsrc-eea531a08bed180cd7a42e9b0957c60eb8864355.tar.gz |
Don't mess with ldconf.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ocaml-zip/distinfo | 4 | ||||
-rw-r--r-- | archivers/ocaml-zip/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/ocaml-zip/distinfo b/archivers/ocaml-zip/distinfo index 9f195a93178..70446256c3d 100644 --- a/archivers/ocaml-zip/distinfo +++ b/archivers/ocaml-zip/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2010/01/30 17:43:42 joerg Exp $ +$NetBSD: distinfo,v 1.3 2010/02/19 22:21:30 joerg Exp $ SHA1 (camlzip-1.03.tar.gz) = ecb4cbbdeb673d0aacdc961f38e4a14d5cf1627b RMD160 (camlzip-1.03.tar.gz) = fc773c0e351863538817f5c803a1b1d6cf9bc6e5 Size (camlzip-1.03.tar.gz) = 24562 bytes -SHA1 (patch-aa) = 8acb69bc5dfb3b0b7eaab9f4caab81d8a7a4844b +SHA1 (patch-aa) = e92713ef987d368403dfae6b34a9af0387b48cab diff --git a/archivers/ocaml-zip/patches/patch-aa b/archivers/ocaml-zip/patches/patch-aa index e1ebd7118e2..37faea9e260 100644 --- a/archivers/ocaml-zip/patches/patch-aa +++ b/archivers/ocaml-zip/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2010/01/30 17:43:42 joerg Exp $ +$NetBSD: patch-aa,v 1.3 2010/02/19 22:21:30 joerg Exp $ --- Makefile.orig 2002-04-22 15:28:57.000000000 +0000 +++ Makefile @@ -28,7 +28,7 @@ $NetBSD: patch-aa,v 1.2 2010/01/30 17:43:42 joerg Exp $ -installopt: - cp zip.cmxa zip.a zip.cmx gzip.cmx $(INSTALLDIR) + ${BSD_INSTALL_DATA_DIR} ${DESTDIR}$(INSTALLDIR) -+ ocamlfind install -destdir ${DESTDIR}$(INSTALLDIR) -optional zip META zip.cma zip.cmi gzip.cmi zip.mli \ ++ ocamlfind install -ldconf /dev/null -destdir ${DESTDIR}$(INSTALLDIR) -optional zip META zip.cma zip.cmi gzip.cmi zip.mli \ + gzip.mli libcamlzip.a dllcamlzip.so zip.cmxa zip.a zip.cmx gzip.cmx \ + zlib.mli zlib.cmi zlib.cmx |