]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libsdl/libsdl-qpe-1.2.7/fixlibs.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libsdl / libsdl-qpe-1.2.7 / fixlibs.patch
1 --- SDL-1.2.7/configure.in~fixlibs      2005-10-06 10:27:59.025396872 +0200
2 +++ SDL-1.2.7/configure.in      2005-10-06 10:30:16.963087411 +0200
3 @@ -1508,8 +1508,8 @@
4          AC_MSG_RESULT($video_qtopia)
5          if test x$video_qtopia = xyes; then
6              CFLAGS="$CFLAGS -DENABLE_QTOPIA -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -I${QPEDIR}/include -I${QTDIR}/include/ -DNO_DEBUG -fno-rtti -fno-exceptions"
7 -            SDL_LIBS="$SDL_LIBS -L${QPEDIR}/lib -L${QTDIR}/lib/ -lqpe -lqte"
8 -            SDL_CFLAGS="$SDL_CFLAGS -DQWS"       
9 +            SDL_LIBS="$SDL_LIBS -Wl,-rpath-link -Wl,${QPEDIR}/lib -Wl,-rpath-link -Wl,${QTDIR}/lib"
10 +            SYSTEM_LIBS="$SYSTEM_LIBS -L${QPEDIR}/lib -L${QTDIR}/lib/ -lqpe -lqte"
11              VIDEO_SUBDIRS="$VIDEO_SUBDIRS qtopia"
12              VIDEO_DRIVERS="$VIDEO_DRIVERS qtopia/libvideo_qtopia.la"
13          else
14 @@ -1803,11 +1803,6 @@
15          CheckPTHREAD
16          CheckSIGACTION
17          CheckAltivec
18 -        # Set up files for the main() stub
19 -        if test "x$video_qtopia" = "xyes"; then
20 -          SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main"
21 -
22 -        fi
23          # Set up files for the audio library
24          # We use the OSS and ALSA API's, not the Sun audio API
25          #if test x$enable_audio = xyes; then