diff options
author | agc <agc@pkgsrc.org> | 2001-05-15 09:46:37 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-15 09:46:37 +0000 |
commit | 98e0cb997a71f43ec38cbb68610257236d13318f (patch) | |
tree | 0798a9ad151804e21bb9b0f9e5506c31086e05c3 /emulators/twin/patches/patch-ag | |
parent | 3483bd3cd1d7f2f08b366d414d31a8af074c0581 (diff) | |
download | pkgsrc-98e0cb997a71f43ec38cbb68610257236d13318f.tar.gz |
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."
Diffstat (limited to 'emulators/twin/patches/patch-ag')
-rw-r--r-- | emulators/twin/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/twin/patches/patch-ag b/emulators/twin/patches/patch-ag new file mode 100644 index 00000000000..17236027e82 --- /dev/null +++ b/emulators/twin/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1.1.1 2001/05/15 09:46:37 agc Exp $ + +--- tools/rc/Makefile.in.orig Sun Mar 21 02:47:49 1999 ++++ tools/rc/Makefile.in Sun May 13 10:38:04 2001 +@@ -20,6 +20,8 @@ + + include $(blddir)/Make.rules + ++CFLAGS += -D__INCPATH__=\"${prefix}/include\" ++ + $(target): $(OBJS) + $(CC) $(LDFLAGS) -o $@ $(OBJS) + |