diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-03-20 22:35:04 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-03-20 22:35:04 +0000 |
commit | db2da0edce32850a974d2259caaca2ff3f8390d7 (patch) | |
tree | b6d5b7a8940dfbfa6d812c43444db60d127305bd /lang/caml-light | |
parent | 021614f514b27f8a65fde4dd70e7a803618e4cd0 (diff) | |
download | pkgsrc-db2da0edce32850a974d2259caaca2ff3f8390d7.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/distinfo | 4 | ||||
-rw-r--r-- | lang/caml-light/patches/patch-aa | 15 |
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: |