diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-28 17:45:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-28 17:45:55 +0000 |
commit | 6601fd212f87add6f44cec7e939378cd965c0739 (patch) | |
tree | 46c1568a17ea0439293398129331efae45821d6b /games/xracer/patches/patch-ar | |
parent | 2783b8676c92e4fd767948d4ec401f11eadf1db6 (diff) | |
download | pkgsrc-6601fd212f87add6f44cec7e939378cd965c0739.tar.gz |
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.
Diffstat (limited to 'games/xracer/patches/patch-ar')
-rw-r--r-- | games/xracer/patches/patch-ar | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xracer/patches/patch-ar b/games/xracer/patches/patch-ar new file mode 100644 index 00000000000..b6e0b2ef508 --- /dev/null +++ b/games/xracer/patches/patch-ar @@ -0,0 +1,13 @@ +$NetBSD: patch-ar,v 1.1 2006/02/28 17:45:55 wiz Exp $ + +--- tracks/simple2/Makefile.in.orig 2000-03-20 21:13:12.000000000 +0000 ++++ tracks/simple2/Makefile.in +@@ -147,6 +147,8 @@ libtracksimple2_la_SOURCES = $(TRACKSOUR + flare.c \ + sky.c + ++libtracksimple2_la_LDFLAGS = -module -avoid-version ++ + EXTRA_DIST = $(wildcard *.blend) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../config.h |