summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libsdl/libsdl-qpe-1.2.7/kill-stdc++.patch0
-rw-r--r--libsdl/libsdl-qpe_1.2.7.oe8
2 files changed, 2 insertions, 6 deletions
diff --git a/libsdl/libsdl-qpe-1.2.7/kill-stdc++.patch b/libsdl/libsdl-qpe-1.2.7/kill-stdc++.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libsdl/libsdl-qpe-1.2.7/kill-stdc++.patch
diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe
index 22716ec68d..28b42d0af8 100644
--- a/libsdl/libsdl-qpe_1.2.7.oe
+++ b/libsdl/libsdl-qpe_1.2.7.oe
@@ -9,7 +9,8 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://agawa-piro-mickey.patch;patch=1 \
file://pygame.patch;patch=1 \
file://gcc34.patch;patch=1 \
- file://mouse.patch;patch=1"
+ file://mouse.patch;patch=1 \
+ file://kill-stdc++.patch;patch=1 "
S = "${WORKDIR}/SDL-${PV}"
inherit autotools
@@ -23,11 +24,6 @@ EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers
--disable-video-opengl --enable-input-events --enable-pthreads \
--disable-video-picogui --enable-video-qtopia --enable-dlopen"
-do_configure() {
-# cp ${FILESDIR}/acinclude.m4 ${S}/acinclude.m4
- oe_runconf
-}
-
do_stage() {
oe_libinstall -so -C src libSDL ${STAGING_LIBDIR}
ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so