summaryrefslogtreecommitdiff
path: root/lang/caml-light
diff options
context:
space:
mode:
authordholland <dholland>2011-11-02 15:04:17 +0000
committerdholland <dholland>2011-11-02 15:04:17 +0000
commit21f68857b5ce40c81e8f37b0060d350054da8497 (patch)
tree84b21a14643555f712dff152273d1727a3a4690a /lang/caml-light
parentade154d5ed277516b65620698a41b2a4aac12cd5 (diff)
downloadpkgsrc-21f68857b5ce40c81e8f37b0060d350054da8497.tar.gz
Improve previous, builds again on netbsd now.
Diffstat (limited to 'lang/caml-light')
-rw-r--r--lang/caml-light/distinfo4
-rw-r--r--lang/caml-light/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/caml-light/distinfo b/lang/caml-light/distinfo
index 70d991affb5..64429bf4b39 100644
--- a/lang/caml-light/distinfo
+++ b/lang/caml-light/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2011/11/01 11:39:59 bsiegert Exp $
+$NetBSD: distinfo,v 1.8 2011/11/02 15:04:17 dholland Exp $
SHA1 (cl74unix.tar.gz) = feae4a53af78b6c500a03c618dc11444e8b5dc47
RMD160 (cl74unix.tar.gz) = a00a8de15e042080041076fcf3ad2592d9deb469
Size (cl74unix.tar.gz) = 999170 bytes
-SHA1 (patch-aa) = b343944404aa0a59956a09ef848958eb2755160f
+SHA1 (patch-aa) = 6d3bc6249267789806ad4eef1b36aa809277a930
SHA1 (patch-ab) = 3098db9faa0cd60931c781b4b24f796ac23ef52d
SHA1 (patch-ac) = 6b268ddd007f73a8bb4085df4826627425eb9658
SHA1 (patch-ad) = 22c97a5a2ee4a45cd85ae4c886b61cdcf833703a
diff --git a/lang/caml-light/patches/patch-aa b/lang/caml-light/patches/patch-aa
index dba4020a5be..d9a13ad952a 100644
--- a/lang/caml-light/patches/patch-aa
+++ b/lang/caml-light/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2011/11/01 11:39:59 bsiegert Exp $
+$NetBSD: patch-aa,v 1.5 2011/11/02 15:04:17 dholland Exp $
Config fixes.
Destdir support.
@@ -19,7 +19,7 @@ Destdir support.
# If your cpp is too fussy, make tools/clprepro and use this:
# CPP=../../src/tools/clprepro -Dunix
-CPP=/lib/cpp -P -Dunix
-+CPP?=cpp -P -C -Dunix
++CPP=cpp -P -C -Dunix
# The directory where public executables will be installed
-BINDIR=/usr/local/bin