summaryrefslogtreecommitdiff
path: root/games/xracer/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'games/xracer/patches/patch-ad')
-rw-r--r--games/xracer/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xracer/patches/patch-ad b/games/xracer/patches/patch-ad
new file mode 100644
index 00000000000..914673d9911
--- /dev/null
+++ b/games/xracer/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+
+--- tracks/simple2/Makefile.in.orig Sat May 27 05:48:08 2000
++++ tracks/simple2/Makefile.in Sat May 27 05:48:29 2000
+@@ -169,8 +169,8 @@
+ obj_SnowMountain.lo obj_SnowMountain01.lo obj_SnowMountain02.lo \
+ obj_SnowMountain03.lo obj_StartGantry.lo obj_StartGantryLegs.lo \
+ backdrop.lo control.lo flare.lo sky.lo
+-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
++COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
++LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
+ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
+ DIST_COMMON = Makefile.am Makefile.in
+