summaryrefslogtreecommitdiff
path: root/mbone/sdr/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/sdr/patches/patch-ak')
-rw-r--r--mbone/sdr/patches/patch-ak31
1 files changed, 0 insertions, 31 deletions
diff --git a/mbone/sdr/patches/patch-ak b/mbone/sdr/patches/patch-ak
deleted file mode 100644
index ff89d92744e..00000000000
--- a/mbone/sdr/patches/patch-ak
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ak,v 1.2 1999/10/28 02:40:24 hubertf Exp $
-
---- common/configure.orig Mon Jun 21 12:53:35 1999
-+++ common/configure Sat Oct 2 21:51:43 1999
-@@ -53,7 +53,7 @@
-
- echo "Configuring common code library v$VERSION for $OSTYPE"
-
--GCCWFLAGS="-W -Wall -Wbad-function-cast -Wmissing-prototypes -Werror"
-+GCCWFLAGS="-W -Wall -Wbad-function-cast -Wmissing-prototypes"
- DEFS=""
-
- AR="ar"
-@@ -120,7 +120,7 @@
- ;;
- NetBSD ) CC="gcc"
- WFLAGS=$GCCWFLAGS
-- INCLUDE="-I/usr/local/include"
-+ INCLUDE="-I${LOCALBASE}/include"
- LDLIBS="-lm"
- DEBUG="-g"
- CHAR="-fsigned-char"
-@@ -130,7 +130,7 @@
- esac
-
- ${ECHO} "Searching for in_addr_t in <netinet/in.h>... \c"
--T1=`grep -c in_addr_t /usr/include/netinet/in.h`
-+T1=`grep -c in_addr_t /usr/include/netinet/in.h /usr/include/machine/endian.h | grep -v :0 | sed 's/.*://'`
- if [ $T1 = 0 ]; then
- DEFS="$DEFS -DNEED_IN_ADDR_T"
- ${ECHO} "no"