diff options
author | joerg <joerg> | 2010-02-14 19:16:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-14 19:16:25 +0000 |
commit | 3d03d59ea3b334c8392e8b025552046d490847e8 (patch) | |
tree | 0bdc3f4f7d84cdcf3a362c23c1be84cb0faee683 /security | |
parent | 2c7b765cb26fa0c62f844301fcf4956d803ac18b (diff) | |
download | pkgsrc-3d03d59ea3b334c8392e8b025552046d490847e8.tar.gz |
Don't mess with ldconf.
Diffstat (limited to 'security')
-rw-r--r-- | security/ocaml-ssl/distinfo | 4 | ||||
-rw-r--r-- | security/ocaml-ssl/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ocaml-ssl/distinfo b/security/ocaml-ssl/distinfo index 97a34f95e31..4885c4a3c3d 100644 --- a/security/ocaml-ssl/distinfo +++ b/security/ocaml-ssl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2010/01/30 19:44:50 joerg Exp $ +$NetBSD: distinfo,v 1.5 2010/02/14 19:16:25 joerg Exp $ SHA1 (ocaml-ssl-0.4.2.tar.gz) = ec6362b681aa5498143ec0c4ddd77fbbe745a2aa RMD160 (ocaml-ssl-0.4.2.tar.gz) = ba5b4106d19e0b3d50e9a19d705ef18a5b20948c Size (ocaml-ssl-0.4.2.tar.gz) = 109090 bytes -SHA1 (patch-aa) = e13b4c2f9ee38cb45f3eeb74f36a9887b194daf1 +SHA1 (patch-aa) = 5a1b4b6282b083f0d86bfa0448cef75602c64785 diff --git a/security/ocaml-ssl/patches/patch-aa b/security/ocaml-ssl/patches/patch-aa index 92232028abf..6053fa4134e 100644 --- a/security/ocaml-ssl/patches/patch-aa +++ b/security/ocaml-ssl/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2010/01/30 19:44:51 joerg Exp $ +$NetBSD: patch-aa,v 1.2 2010/02/14 19:16:25 joerg Exp $ --- src/Makefile.in.orig 2010-01-30 19:40:05.000000000 +0000 +++ src/Makefile.in @@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.1 2010/01/30 19:44:51 joerg Exp $ install: - $(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES) + ${BSD_INSTALL_DATA_DIR} ${DESTDIR}`ocamlc -where`/site-lib -+ $(OCAMLFIND) install -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES) ++ $(OCAMLFIND) install -ldconf /dev/null -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES) uninstall: $(OCAMLFIND) remove $(OCAMLFIND_INSTFLAGS) $(RESULT) |