diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-11 02:28:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-11 02:28:12 +0000 |
commit | 9ee6d0b8df0e5d9782aadc7afa47b8e148481191 (patch) | |
tree | 8651155c75e14e65412cb35d63774bb0f9b68d5c /devel/ddd/files | |
parent | 2ee7b7621d171450abf239b466fc50909668aa1b (diff) | |
download | ports-9ee6d0b8df0e5d9782aadc7afa47b8e148481191.tar.gz ports-9ee6d0b8df0e5d9782aadc7afa47b8e148481191.zip |
Notes
Diffstat (limited to 'devel/ddd/files')
-rw-r--r-- | devel/ddd/files/patch-02 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/ddd/files/patch-02 b/devel/ddd/files/patch-02 index 52ad017399cc..b17725b958d7 100644 --- a/devel/ddd/files/patch-02 +++ b/devel/ddd/files/patch-02 @@ -1,11 +1,8 @@ ---- ddd/configure.orig Tue May 11 07:38:30 1999 -+++ ddd/configure Tue Jun 15 20:36:20 1999 -@@ -1794,7 +1794,7 @@ - echo "$ac_t""no" 1>&6 - fi - +--- ddd/configure.orig Fri Feb 2 07:47:25 2001 ++++ ddd/configure Sat Mar 10 17:18:16 2001 +@@ -1003 +1003 @@ +- MAKEINFO=makeinfo ++ MAKEINFO="makeinfo --no-split" +@@ -1961 +1961 @@ -for ac_prog in 'bison -y' byacc +for ac_prog in byacc - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 |