diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-04-15 05:11:47 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-04-15 05:11:47 +0000 |
commit | 822be3b99d846eb5fc1bb4c3a665d439c0c1f7a4 (patch) | |
tree | b114a3a3be9d508c4d5d0e3a0fba0a9c45d8f783 /packages/libsdl/libsdl-qpe_1.2.9.bb | |
parent | 8cc6386cf9c8f4183868721f236684ff4155f113 (diff) |
libsdl-qpe: add skipped patch, replace qte with qte-mt thoroughly (close oebug 4174) courtesy of Michal Hrusecky <miska@atrey.karlin.mff.cuni.cz>
Diffstat (limited to 'packages/libsdl/libsdl-qpe_1.2.9.bb')
-rw-r--r-- | packages/libsdl/libsdl-qpe_1.2.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libsdl/libsdl-qpe_1.2.9.bb b/packages/libsdl/libsdl-qpe_1.2.9.bb index 3583f20cf0..e33cf44e60 100644 --- a/packages/libsdl/libsdl-qpe_1.2.9.bb +++ b/packages/libsdl/libsdl-qpe_1.2.9.bb @@ -12,6 +12,7 @@ SRC_URI += "\ file://SDL-Akita-1.2.9.patch;patch=1 \ file://fixlibs-1.2.9.patch;patch=1 \ file://explicit-extern-C.patch;patch=1 \ + file://no-PAGE_SIZE.patch;patch=1 \ " EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \ @@ -26,6 +27,6 @@ EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads do_compile_prepend() { if [ "${PALMTOP_USE_MULTITHREADED_QT}" == "yes" ] then - sed -i s,-lqte,-lqte-mt, src/Makefile + sed -i s,-lqte\([^-]\),-lqte-mt, src/Makefile fi } |