pkgsrc/games/xracer/patches/patch-aq
wiz 6601fd212f Do not install fr locale file -- it is not a translation, and made trouble
in 2.1 bulk builds.
While here:
Use REPLACE_PERL instead of handcrafted code.
Get rid of automake build dependency by adding the corresponding patches.
Remove bogus patch.
2006-02-28 17:45:55 +00:00

13 lines
371 B
Text

$NetBSD: patch-aq,v 1.1 2006/02/28 17:45:55 wiz Exp $
--- src/Makefile.in.orig 2000-03-20 21:13:03.000000000 +0000
+++ src/Makefile.in
@@ -175,7 +175,7 @@ xracer_SOURCES = arch.c \
video.c \
ws.c
-xracer_LDADD = mpeg/libmpeg.a
+xracer_LDADD = mpeg/libmpeg.a -lintl
EXTRA_DIST = arch_posix.c \
joystick_linux.c joystick_freebsd.c joystick_generic.c \