summaryrefslogtreecommitdiff
path: root/emulators/twin
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-16 15:25:22 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-16 15:25:22 +0000
commit69a23e4b8997052782c8c201c1ffa1ab3d63a4db (patch)
treef10ef94cb7a18d7f7e5a1569dd3c611e32115315 /emulators/twin
parentPrepend %%PORTDOCS%% to two of the doc-related entries in the pkg-plist. (diff)
Fix build on bento.
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes: svn path=/head/; revision=89008
Diffstat (limited to 'emulators/twin')
-rw-r--r--emulators/twin/files/patch-tools+rc+cmdline.c13
-rw-r--r--emulators/twin/files/patch-windows+Makefile.in13
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}
-
- ############################################################################
- #