diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-04-04 14:51:21 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-04-04 14:51:21 +0000 |
commit | 765f8f7a2c389a0f9e35503ba48cbce4a82cbc36 (patch) | |
tree | e1aee23da0ec19a0d8a930152ef9ccf09451bb43 /games-sports | |
parent | Version bump (diff) | |
download | gentoo-2-765f8f7a2c389a0f9e35503ba48cbce4a82cbc36.tar.gz gentoo-2-765f8f7a2c389a0f9e35503ba48cbce4a82cbc36.tar.bz2 gentoo-2-765f8f7a2c389a0f9e35503ba48cbce4a82cbc36.zip |
Fix asneeded patch, after resurrecting this package it had size 0 bytes.
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/toycars/ChangeLog | 6 | ||||
-rw-r--r-- | games-sports/toycars/files/toycars-0.3.2-asneeded.patch | 13 |
2 files changed, 18 insertions, 1 deletions
diff --git a/games-sports/toycars/ChangeLog b/games-sports/toycars/ChangeLog index 5e0dbde5e558..62ae6a1eebed 100644 --- a/games-sports/toycars/ChangeLog +++ b/games-sports/toycars/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/toycars # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.5 2007/04/02 19:48:47 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.6 2007/04/04 14:51:21 drac Exp $ + + 04 Apr 2007; Samuli Suominen <drac@gentoo.org> + files/toycars-0.3.2-asneeded.patch: + Fix asneeded patch, after resurrecting this package it had size 0 bytes. 02 Apr 2007; <atupone@gentoo.org> +files/toycars-0.3.2-asneeded.patch, +metadata.xml, +toycars-0.3.2.ebuild: diff --git a/games-sports/toycars/files/toycars-0.3.2-asneeded.patch b/games-sports/toycars/files/toycars-0.3.2-asneeded.patch index e69de29bb2d1..8a74ddd92ec4 100644 --- a/games-sports/toycars/files/toycars-0.3.2-asneeded.patch +++ 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@ |