diff options
Diffstat (limited to 'emulators/xcopilot/patches/patch-ab')
-rw-r--r-- | emulators/xcopilot/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/xcopilot/patches/patch-ab b/emulators/xcopilot/patches/patch-ab new file mode 100644 index 00000000000..623bc455bd4 --- /dev/null +++ b/emulators/xcopilot/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/02/05 07:38:15 nathanw Exp $ + +--- mx/Makefile.in.orig Wed Feb 3 11:27:46 1999 ++++ mx/Makefile.in Wed Feb 3 11:27:07 1999 +@@ -102,7 +102,7 @@ + test_filesel_DEPENDENCIES = libmx.a + test_filesel_LDFLAGS = + CFLAGS = @CFLAGS@ +-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) ++COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(X_CFLAGS) $(CFLAGS) + LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ + DIST_COMMON = Makefile.am Makefile.in + |