diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-11-27 20:26:27 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-11-27 20:26:27 +0000 |
commit | 8eda057f24ec65fe8a0e886b5d6d3d4d1434eca5 (patch) | |
tree | 6a492099133ed4fed6f8358044e28772ae6045e5 /games/xracer/patches | |
parent | 5db85a84473ac40e9652841fe745fc845695c3ba (diff) | |
download | pkgsrc-8eda057f24ec65fe8a0e886b5d6d3d4d1434eca5.tar.gz |
Compile modules with `-avoid-version'. Update PLIST accordingly.
Diffstat (limited to 'games/xracer/patches')
-rw-r--r-- | games/xracer/patches/patch-aj | 13 | ||||
-rw-r--r-- | games/xracer/patches/patch-ak | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/games/xracer/patches/patch-aj b/games/xracer/patches/patch-aj new file mode 100644 index 00000000000..b2bc3b4ebfb --- /dev/null +++ b/games/xracer/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2000/11/27 20:26:27 mycroft Exp $ + +--- craft/simple/Makefile.am.orig Tue Jan 18 23:24:21 2000 ++++ craft/simple/Makefile.am Mon Nov 27 20:23:35 2000 +@@ -35,7 +35,7 @@ + libcraftsimple_la_SOURCES = common.h control.c craft.c + + # Make sure that the ``craft'' symbol is exported. +-libcraftsimple_la_LDFLAGS = ++libcraftsimple_la_LDFLAGS = -module -avoid-version + + EXTRA_DIST = simplecraft1.blend simplecraft1.wrl + diff --git a/games/xracer/patches/patch-ak b/games/xracer/patches/patch-ak new file mode 100644 index 00000000000..5e79ccb092d --- /dev/null +++ b/games/xracer/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2000/11/27 20:26:27 mycroft Exp $ + +--- tracks/simple2/Makefile.am.orig Sun Mar 19 17:57:23 2000 ++++ tracks/simple2/Makefile.am Mon Nov 27 20:23:58 2000 +@@ -59,6 +59,8 @@ + flare.c \ + sky.c + ++libtracksimple2_la_LDFLAGS = -module -avoid-version ++ + EXTRA_DIST = $(wildcard *.blend) + + # This track won't build with the blender.export file. This file |