diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-16 15:25:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-16 15:25:22 +0000 |
commit | 69a23e4b8997052782c8c201c1ffa1ab3d63a4db (patch) | |
tree | f10ef94cb7a18d7f7e5a1569dd3c611e32115315 /emulators | |
parent | 0d90ab82a5e284c315ef7de0596cd95a1a8c6f2a (diff) |
Fix build on bento.
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes:
svn path=/head/; revision=89008
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/twin/files/patch-tools+rc+cmdline.c | 13 | ||||
-rw-r--r-- | emulators/twin/files/patch-windows+Makefile.in | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/emulators/twin/files/patch-tools+rc+cmdline.c b/emulators/twin/files/patch-tools+rc+cmdline.c deleted file mode 100644 index 415695579400..000000000000 --- a/emulators/twin/files/patch-tools+rc+cmdline.c +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1.1.1 2001/05/15 09:46:37 agc Exp $ - ---- tools/rc/cmdline.c.orig Wed Aug 11 01:34:18 1999 -+++ tools/rc/cmdline.c Sun May 13 10:09:31 2001 -@@ -61,7 +61,7 @@ - extern char cpp_module_name[]; - extern char libentry_name[]; - extern char tbl_name[]; --static char *system_include_path[1] = { STDINC }; -+static char *system_include_path[2] = { STDINC, __INCPATH__ }; - static int n_system_include_path = sizeof(system_include_path) / - sizeof(*system_include_path); - static char **user_include_path = NULL; diff --git a/emulators/twin/files/patch-windows+Makefile.in b/emulators/twin/files/patch-windows+Makefile.in deleted file mode 100644 index 4ece0c06613b..000000000000 --- a/emulators/twin/files/patch-windows+Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2003/03/08 03:15:52 jmc Exp $ - ---- windows/Makefile.in.orig Fri Apr 5 21:33:13 2002 -+++ windows/Makefile.in Fri Apr 5 20:46:17 2002 -@@ -17,7 +17,7 @@ - - target = $(LIBTWIN) - --LIBTWIN_LDFLAGS = @LIBTWIN_LDFLAGS@ -+LIBTWIN_LDFLAGS = @LIBTWIN_LDFLAGS@ ${LDFLAGS} - - ############################################################################ - # |