summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-03-26 21:29:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-03-26 21:29:32 +0000
commit491626a11c09618008375f873deb838a2e93ff8b (patch)
tree0e8e6dba143b4e3fdbbee5874830672e491e800f /games-sports/toycars/files
parentAdded keyword ~x86. Bug #172262 (diff)
downloadhistorical-491626a11c09618008375f873deb838a2e93ff8b.tar.gz
historical-491626a11c09618008375f873deb838a2e93ff8b.tar.bz2
historical-491626a11c09618008375f873deb838a2e93ff8b.zip
Fix linking with --as-needed.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-sports/toycars/files')
-rw-r--r--games-sports/toycars/files/toycars-0.3.2-asneeded.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-sports/toycars/files/toycars-0.3.2-asneeded.patch b/games-sports/toycars/files/toycars-0.3.2-asneeded.patch
new file mode 100644
index 000000000000..8a74ddd92ec4
--- /dev/null
+++ b/games-sports/toycars/files/toycars-0.3.2-asneeded.patch
@@ -0,0 +1,13 @@
+diff -ur toycars-0.3.2.orig/src/Makefile.am toycars-0.3.2/src/Makefile.am
+--- toycars-0.3.2.orig/src/Makefile.am 2006-08-17 09:49:48.000000000 +0300
++++ toycars-0.3.2/src/Makefile.am 2007-03-27 00:17:47.000000000 +0300
+@@ -13,6 +13,6 @@
+ ./glf/libglf.a \
+ ./MyFisix/libmyfisix.a \
+ ./Scoobie/libscoobie.a \
+- ./tinyxml/libtinyxml.a
+-
+-toycars_LDFLAGS = @SDL_LIBS@ @GLU_LIBS@
++ ./tinyxml/libtinyxml.a \
++ @SDL_LIBS@ \
++ @GLU_LIBS@