diff options
author | Manuel Teira <manuel.teira@telefonica.net> | 2007-04-29 19:23:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-29 19:23:42 +0000 |
commit | 299a342a86994d5bc40edaec9be7a08c5aea0d24 (patch) | |
tree | 576288eb8e82cdc2a6ef0e3980837a7a361a9a98 /packages/snes9x/snes9x-sdl_1.39.bb | |
parent | 91a272da8c2875e7f56113afe07f4a05b932cf1d (diff) |
snes9x: fix linkage and gcc4 problems, closes #2154
Diffstat (limited to 'packages/snes9x/snes9x-sdl_1.39.bb')
-rw-r--r-- | packages/snes9x/snes9x-sdl_1.39.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/snes9x/snes9x-sdl_1.39.bb b/packages/snes9x/snes9x-sdl_1.39.bb index ce6f5fa265..ea4eb44666 100644 --- a/packages/snes9x/snes9x-sdl_1.39.bb +++ b/packages/snes9x/snes9x-sdl_1.39.bb @@ -3,10 +3,11 @@ SECTION = "games" PRIORITY = "optional" DEPENDS = "virtual/libsdl zlib" LICENSE = "snes9x" -PR = "r2" +PR = "r3" SRC_URI = "http://www.vanille.de/mirror/snes9x-sdl-${PV}.tar.bz2 \ - file://compile.patch;patch=1" + file://compile.patch;patch=1 \ + file://gcc-4.1.patch;patch=1" S = "${WORKDIR}/snes9x-sdl-${PV}" do_compile() { |