summaryrefslogtreecommitdiff
path: root/devel/pcre-ocaml
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-10 16:35:18 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-10 16:35:18 +0000
commit3dca56c0d2925e0f373a1919b3df72d88b30d324 (patch)
treefddc836802bdb42fe1ce05ef02e9941a685e3c02 /devel/pcre-ocaml
parent74ba0517e86a8f4d65f9c80f410a761750a868c8 (diff)
downloadpkgsrc-3dca56c0d2925e0f373a1919b3df72d88b30d324.tar.gz
Don't try to play with ldconf.
Diffstat (limited to 'devel/pcre-ocaml')
-rw-r--r--devel/pcre-ocaml/distinfo4
-rw-r--r--devel/pcre-ocaml/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/pcre-ocaml/distinfo b/devel/pcre-ocaml/distinfo
index fb534fe1309..c07248ea4c9 100644
--- a/devel/pcre-ocaml/distinfo
+++ b/devel/pcre-ocaml/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2010/01/30 19:16:09 joerg Exp $
+$NetBSD: distinfo,v 1.6 2010/02/10 16:35:18 joerg Exp $
SHA1 (pcre-ocaml-5.15.0.tar.bz2) = b7fb293867cf2c7d7deddc29e6a445359b0f7604
RMD160 (pcre-ocaml-5.15.0.tar.bz2) = b2a515f2120e2e6a25f03ee15d60fe766621f5a9
Size (pcre-ocaml-5.15.0.tar.bz2) = 51120 bytes
SHA1 (patch-aa) = ff7aaec3c2fb06b1c9ab410257b64c8d5d29dcf6
-SHA1 (patch-ab) = 95a3929612ebd5e81a1ab64b8bfbad9b63e9a330
+SHA1 (patch-ab) = 413052255a902c85ce8236f7f9ada75386849a64
diff --git a/devel/pcre-ocaml/patches/patch-ab b/devel/pcre-ocaml/patches/patch-ab
index 34a71cbad70..40aff204ab2 100644
--- a/devel/pcre-ocaml/patches/patch-ab
+++ b/devel/pcre-ocaml/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.2 2010/01/30 19:16:10 joerg Exp $
+$NetBSD: patch-ab,v 1.3 2010/02/10 16:35:18 joerg Exp $
--- lib/Makefile.orig 2007-03-21 11:30:21.000000000 +0100
+++ lib/Makefile 2007-03-21 11:30:33.000000000 +0100
@@ -1,4 +1,5 @@
OCAMLMAKEFILE = ../OCamlMakefile
-+OCAMLFIND_INSTFLAGS = -optional -destdir ${DESTDIR}`$(OCAMLC) -where `/site-lib
++OCAMLFIND_INSTFLAGS = -optional -destdir ${DESTDIR}`$(OCAMLC) -where `/site-lib -ldconf /dev/null
SOURCES = pcre.mli pcre.ml pcre_stubs.c
CFLAGS = -O2