freebsd-ports/devel/ddd/files/patch-02
Kris Kennaway 2fc854b7bd Fix build on -current.
Submitted by:	kan
PR:		ports/42454
2002-09-07 04:41:13 +00:00

14 lines
442 B
Text

--- 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
@@ -6168 +6168 @@
-#include <iostream.h>
+#include <fstream.h>
@@ -13358 +13358 @@
- egrep "${ice_re_word}ioctl *\(" >/dev/null 2>&1; then
+ egrep "${ice_re_word}\(?ioctl\)? *\(" >/dev/null 2>&1; then