MAN1= ddd.1
CFLAGS+= -Wno-deprecated
.if defined(MOTIFLIB)
.if defined(MOTIF_STATIC)
LIBXMDIR!= ${ECHO_CMD} ${MOTIFLIB} | ${SED} -e 's/\/libXm\.a//g' | ${AWK} '{print $$1}'
@@ -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
--- libiberty/strerror.c.orig Wed Sep 4 12:56:21 2002
+++ libiberty/strerror.c Wed Sep 4 12:56:45 2002
@@ -454,7 +454,7 @@
We don't export it for use in other modules because even though it has the
same name, it differs from other implementations in that it is dynamically
initialized rather than statically initialized. */
-
+#ifndef __FreeBSD__
#ifndef HAVE_SYS_ERRLIST
static int sys_nerr;
@@ -465,6 +465,7 @@
extern int sys_nerr;
extern char *sys_errlist[];
+#endif
#endif
--- libiberty/strsignal.c.orig Wed Sep 4 12:32:03 2002
+++ libiberty/strsignal.c Wed Sep 4 12:32:52 2002
@@ -236,6 +236,7 @@
#ifndef HAVE_SYS_SIGLIST
static int sys_nsig;
@@ -252,6 +253,7 @@
extern const char * const sys_siglist[];