summaryrefslogtreecommitdiff
path: root/libsdl
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2004-10-10 23:18:14 +0000
committerHolger Freyther <zecke@selfish.org>2004-10-10 23:18:14 +0000
commit1617e539cd1a902db3ff44dee9f4ea6105f27a49 (patch)
tree3de03158778da219b121da237ddce657c42734ec /libsdl
parent7c509dd05188927db0dc63e292238ccc7ef7ca0f (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported 2004/10/11 01:15:26+02:00 handhelds.org!zecke libsdl-qpe: -kill the dependency on stdc++ and link with gcc and lsupc++ via USER variable overwrite Makefile.am -make calling autoreconf via a s/shared_ext/shrext/ on acinclude.m4 BKrev: 4169c336kOiFSQIDFiXaJ8BXvkrRkA
Diffstat (limited to 'libsdl')
-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