diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-08 12:20:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-08 12:20:44 +0000 |
commit | 41b842d68129bf1df897f0b693036b700ad8c4db (patch) | |
tree | 6e9167ef4e9c8242e235ed0ba076ea2b298e55d5 | |
parent | 64c8688524e780e8c5dfac3bfaca4225e6d6105d (diff) |
apply libsdl patch for gcc 3.4
BKrev: 409cd09cDJlBO4ujKZ-7RNv_65IHlw
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index 98f51ead4f..f7356852aa 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -6,7 +6,8 @@ DEPENDS = "virtual/libc virtual/libqpe" PROVIDES = "virtual/libsdl" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ - file://${FILESDIR}/agawa-piro-mickey.patch;patch=1" + file://${FILESDIR}/agawa-piro-mickey.patch;patch=1 \ + file://${FILESDIR}/gcc34.patch;patch=1" S = "${WORKDIR}/SDL-${PV}" inherit autotools libtool |