diff options
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) + |