summaryrefslogtreecommitdiff
path: root/lang/caml-light
diff options
context:
space:
mode:
authorbouyer <bouyer>2004-03-20 22:35:04 +0000
committerbouyer <bouyer>2004-03-20 22:35:04 +0000
commit350e57eaf318db40f195ff571deabec7174c5196 (patch)
treeb6d5b7a8940dfbfa6d812c43444db60d127305bd /lang/caml-light
parent4c94755025f293a7be2ebcd3fe475f80fe26c0b2 (diff)
downloadpkgsrc-350e57eaf318db40f195ff571deabec7174c5196.tar.gz
Change 'sh autoconf' to 'sh ./autoconf'. Solaris's sh will pick up autoconf
from PATH otherwise (well, the author should probably not have called this script "autoconf" :)
Diffstat (limited to 'lang/caml-light')
-rw-r--r--lang/caml-light/distinfo4
-rw-r--r--lang/caml-light/patches/patch-aa15
2 files changed, 14 insertions, 5 deletions
diff --git a/lang/caml-light/distinfo b/lang/caml-light/distinfo
index 5638d5664f6..d06ab0cf0fe 100644
--- a/lang/caml-light/distinfo
+++ b/lang/caml-light/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:00:48 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/03/20 22:35:04 bouyer Exp $
SHA1 (cl74unix.tar.gz) = feae4a53af78b6c500a03c618dc11444e8b5dc47
Size (cl74unix.tar.gz) = 999170 bytes
-SHA1 (patch-aa) = b32bd4cc0ee0c7e518d6186ba38a69cafef4d8ec
+SHA1 (patch-aa) = e9a564183d445a61c00e0f6e134dee9029856bea
diff --git a/lang/caml-light/patches/patch-aa b/lang/caml-light/patches/patch-aa
index 07d84412cd8..a1e19ae37fc 100644
--- a/lang/caml-light/patches/patch-aa
+++ b/lang/caml-light/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/06/21 11:42:47 bouyer Exp $
+$NetBSD: patch-aa,v 1.2 2004/03/20 22:35:04 bouyer Exp $
---- Makefile.orig Thu Apr 24 16:51:03 1997
-+++ Makefile Mon Jun 19 11:26:56 2000
+--- Makefile.orig 1997-04-24 16:51:03.000000000 +0200
++++ Makefile 2004-03-08 01:07:53.010550000 +0100
@@ -7,7 +7,7 @@
# Additional options to $(CC).
# If you are using gcc, add -fno-defer-pop.
@@ -35,3 +35,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/06/21 11:42:47 bouyer Exp $
# Some "make"s need this to ensure that they call the Bourne shell,
# not the C shell. Seems harmless on most other "make"s.
+@@ -49,7 +49,7 @@
+
+ # Configure the system
+ configure:
+- cd ../config; sh autoconf "$(CC) $(OPTS) $(LIBS)"
++ cd ../config; sh ./autoconf "$(CC) $(OPTS) $(LIBS)"
+
+ # Build the system for the first time
+ world: