FreeBSD Bugzilla – Attachment 57928 Details for
Bug 87367
[PATCH] games/scorched3d does not compile when wxWindows 2.4 and 2.6 are both installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 805 bytes, created by
Sven Berkvens-Matthijsse
on 2005-10-13 12:20:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sven Berkvens-Matthijsse
Created:
2005-10-13 12:20:16 UTC
Size:
805 bytes
patch
obsolete
>--- ./configure.ac.orig Sat Aug 6 13:57:14 2005 >+++ ./configure.ac Tue Aug 9 23:20:58 2005 >@@ -37,8 +37,8 @@ > have_SDLnet=yes > if test "x$enable_sdltest" = "xyes" ; then > AC_TRY_COMPILE([ >- #include <SDL/SDL.h> >- #include <SDL/SDL_net.h> >+ #include <SDL11/SDL.h> >+ #include <SDL11/SDL_net.h> > > int main(int argc, char *argv[]) > { return 0; } >@@ -248,13 +248,13 @@ > ]) > fi > >-CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" >-CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" >-CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" >+CPPFLAGS="$WX_CPPFLAGS $CPPFLAGS" >+CXXFLAGS="$WX_CXXFLAGS_ONLY $CXXFLAGS" >+CFLAGS="$WX_CFLAGS_ONLY $CFLAGS" > if test x"$use_static_wx" = x"yes"; then >- LIBS="$LIBS $WX_LIBS_STATIC" >+ LIBS="$WX_LIBS_STATIC $LIBS" > else >- LIBS="$LIBS $WX_LIBS" >+ LIBS="$WX_LIBS $LIBS" > fi > > dnl Check for FreeType2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 87367
: 57928