summaryrefslogtreecommitdiff
path: root/devel/sdcc/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-27 03:01:09 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-27 03:01:09 +0000
commita5d951b54b4beeb9ba4d0fbdf624acab9cfd1009 (patch)
tree5abf47b08c00eb6b72da28feac09a6050fc68d61 /devel/sdcc/files/patch-ab
parentDon't define the second argument of bzero(3) as being an int since on the (diff)
Initial import of sdcc version 2.1.8.
A tool for cross-compiling code for the 8051. PR: 13446 Submitted by: Doug Ambrisko <ambrisko@whistle.com>
Notes
Notes: svn path=/head/; revision=21993
Diffstat (limited to 'devel/sdcc/files/patch-ab')
-rw-r--r--devel/sdcc/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/sdcc/files/patch-ab b/devel/sdcc/files/patch-ab
new file mode 100644
index 000000000000..ea74f26293f3
--- /dev/null
+++ b/devel/sdcc/files/patch-ab
@@ -0,0 +1,19 @@
+*** configure.orig Thu May 27 14:51:34 1999
+--- configure Thu Aug 26 18:15:36 1999
+***************
+*** 1075,1081 ****
+ # ./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:1078: checking for a BSD compatible install" >&5
+! if test -z "$INSTALL"; then
+ if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+--- 1075,1081 ----
+ # ./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:1078: checking for a BSD compatible install" >&5
+! if true; then
+ if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else