diff options
-rw-r--r-- | emulators/vice/files/patch-sum | 4 | ||||
-rw-r--r-- | emulators/vice/patches/patch-ac | 13 | ||||
-rw-r--r-- | mbone/nte/patches/patch-ad | 4 |
3 files changed, 15 insertions, 6 deletions
diff --git a/emulators/vice/files/patch-sum b/emulators/vice/files/patch-sum index 4cdaea941a0..c995f33b1a6 100644 --- a/emulators/vice/files/patch-sum +++ b/emulators/vice/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:48 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/07/27 08:38:36 mycroft Exp $ MD5 (patch-aa) = 27c778f553a11ad4fcb670a5d6d66654 MD5 (patch-ab) = 5ee9680144f56f234d7d8dd6d0e7ecaf -MD5 (patch-ac) = b328f91d97a6c3cc002f21df2102d50c +MD5 (patch-ac) = d9a30b1ccd310efe38cd85d12d046919 MD5 (patch-ad) = bbe89876a3511fc2a077c93d76c5a907 diff --git a/emulators/vice/patches/patch-ac b/emulators/vice/patches/patch-ac index 71b6598c2fe..1f9b837753e 100644 --- a/emulators/vice/patches/patch-ac +++ b/emulators/vice/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.2 1999/05/18 08:45:49 tv Exp $ +$NetBSD: patch-ac,v 1.3 1999/07/27 08:38:37 mycroft Exp $ --- configure.orig Sat Apr 24 14:11:32 1999 -+++ configure Tue May 18 01:55:08 1999 ++++ configure Tue Jul 27 04:35:03 1999 @@ -4841,14 +4841,14 @@ if test x"$with_readline" != "xno" ; then READLINE="" @@ -29,6 +29,15 @@ $NetBSD: patch-ac,v 1.2 1999/05/18 08:45:49 tv Exp $ else echo "$ac_t""no" 1>&6 +@@ -5243,7 +5243,7 @@ + # For Solaris; some versions of Sun CC require a space after -R and + # others require no space. Words are not sufficient . . . . + case "`(uname -sr) 2>/dev/null`" in +- "SunOS 5"*) ++ "SunOS 5"*|"NetBSD "*) + echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 + echo "configure:5249: checking whether -R must be followed by a space" >&5 + ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" @@ -6295,7 +6295,7 @@ fi diff --git a/mbone/nte/patches/patch-ad b/mbone/nte/patches/patch-ad index c247b5c61aa..233c83dac97 100644 --- a/mbone/nte/patches/patch-ad +++ b/mbone/nte/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.2 1998/08/07 11:09:56 agc Exp $ +$NetBSD: patch-ad,v 1.3 1999/07/27 08:47:44 mycroft Exp $ *** /dev/null Thu Mar 5 20:41:40 1998 --- netbsd/Makefile.netbsd Thu Mar 5 18:23:50 1998 @@ -8,7 +8,7 @@ $NetBSD: patch-ad,v 1.2 1998/08/07 11:09:56 agc Exp $ + CC=cc + INCLUDES=-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 -I${X11BASE}/include -I${TK_SRC}/generic -I${TK_SRC}/unix + LIB_DIR=${LOCALBASE}/lib -+ LIBS=-L${LIB_DIR} -ltk80 -ltcl80 -lm -L${X11BASE}/lib -lX11 ++ LIBS=-Wl,-R${LIB_DIR} -L${LIB_DIR} -ltk80 -ltcl80 -lm -Wl,-R${X11BASE} -L${X11BASE}/lib -lX11 + CFLAGS+=-ggdb $(INCLUDES) -DFREEBSD -DPROTOTYPES -DHAVE_NO_VALUES_H -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DMAXINT=INT_MAX -DDEFINED_ERRLIST + # for search.h + CFLAGS+=-I../src |