diff options
-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 |