summaryrefslogtreecommitdiff
path: root/mbone/mdp/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/mdp/patches/patch-ab')
-rw-r--r--mbone/mdp/patches/patch-ab12
1 files changed, 6 insertions, 6 deletions
diff --git a/mbone/mdp/patches/patch-ab b/mbone/mdp/patches/patch-ab
index e76795456fa..a746ca45faa 100644
--- a/mbone/mdp/patches/patch-ab
+++ b/mbone/mdp/patches/patch-ab
@@ -1,7 +1,5 @@
-$NetBSD: patch-ab,v 1.1 2002/08/13 08:33:10 agc Exp $
-
---- Makefile.netbsd 2002/08/13 08:19:37 1.1
-+++ Makefile.netbsd 2002/08/13 08:21:02
+--- Makefile.netbsd.orig 2002-01-08 06:18:57.000000000 +1100
++++ Makefile.netbsd 2003-10-10 13:25:32.000000000 +1000
@@ -10,26 +10,26 @@
# 1) Where to find the Tcl standard library scripts
@@ -36,12 +34,14 @@ $NetBSD: patch-ab,v 1.1 2002/08/13 08:33:10 agc Exp $
SYSTEM_LIBS =
# 6) System specific capabilities
-@@ -62,7 +62,7 @@
+@@ -62,8 +62,8 @@ SYSTEM_LIBS =
# (We export these for other Makefiles as needed)
#
-export SYSTEM_HAVES = -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD $(DNETSEC)
+export SYSTEM_HAVES = -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD $(DNETSEC) -D__socklen_t_defined=1
- export CC = gcc
+-export CC = gcc
++export CC = g++
+ include Makefile.common