From: Michael Lauer Date: Sat, 8 May 2004 12:20:44 +0000 (+0000) Subject: apply libsdl patch for gcc 3.4 X-Git-Tag: Release-2010-05/1~19287 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41b842d68129bf1df897f0b693036b700ad8c4db;p=openembedded.git apply libsdl patch for gcc 3.4 BKrev: 409cd09cDJlBO4ujKZ-7RNv_65IHlw --- 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