diff options
Diffstat (limited to 'devel/sdcc/patches/patch-ai')
-rw-r--r-- | devel/sdcc/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/sdcc/patches/patch-ai b/devel/sdcc/patches/patch-ai new file mode 100644 index 00000000000..2c8be56f368 --- /dev/null +++ b/devel/sdcc/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2000/08/25 21:49:29 tron Exp $ + +--- s51.src/configure.orig Thu Jul 29 20:17:03 1999 ++++ s51.src/configure Fri Aug 25 23:17:26 2000 +@@ -812,7 +812,7 @@ + # ./install, which can be erroneously created by make from ./install.sh. + echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 + echo "configure:815: checking for a BSD compatible install" >&5 +-if test -z "$INSTALL"; then ++if true ; then + if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else |