pkgsrc/emulators/twin/patches/patch-af
agc 98e0cb997a Initial import of twin-3.1.14 into NetBSD Packages Collection.
Provided in PR 12928 by Ben Collver (collver@linuxfreemail.com)

"Willows TWIN is a GNU software package for emulating the Microsoft
Win32 API.  It consists of a library set and an emulator program.  The
emulator program allows the execution of Windows binary applications
on supported platforms; using the native Intel x86 processors, or
through the built-in instruction set interpreter.  The native
libraries allow programmers natively to build Win32 and MFC
applications from source code."
2001-05-15 09:46:37 +00:00

13 lines
526 B
Text

$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;