summaryrefslogtreecommitdiff
path: root/games/xracer/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/xracer/patches/patch-ab')
-rw-r--r--games/xracer/patches/patch-ab13
1 files changed, 1 insertions, 12 deletions
diff --git a/games/xracer/patches/patch-ab b/games/xracer/patches/patch-ab
index 33db7dee8a3..41f64d8934e 100644
--- a/games/xracer/patches/patch-ab
+++ b/games/xracer/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+$NetBSD: patch-ab,v 1.2 2000/06/21 08:12:39 jlam Exp $
--- src/Makefile.in.orig Mon Mar 20 22:13:03 2000
+++ src/Makefile.in Sat May 27 05:43:16 2000
@@ -11,14 +11,3 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
EXTRA_DIST = arch_posix.c \
joystick_linux.c joystick_freebsd.c joystick_generic.c \
-@@ -202,8 +202,8 @@
- track.o utils.o video.o ws.o
- xracer_DEPENDENCIES = mpeg/libmpeg.a
- xracer_LDFLAGS =
--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
-