diff options
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() { |