diff options
author | dholland <dholland@pkgsrc.org> | 2011-11-02 15:04:17 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-11-02 15:04:17 +0000 |
commit | c6c0dd259b7ec8eb80140f246b3c4f9dab661db4 (patch) | |
tree | 84b21a14643555f712dff152273d1727a3a4690a /lang | |
parent | e3b445d3026bca037e3509423fa2b5d497ebfe04 (diff) | |
download | pkgsrc-c6c0dd259b7ec8eb80140f246b3c4f9dab661db4.tar.gz |
Improve previous, builds again on netbsd now.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/caml-light/distinfo | 4 | ||||
-rw-r--r-- | lang/caml-light/patches/patch-aa | 4 |
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 |