diff options
Diffstat (limited to 'games/vdrift/files/patch-SConstruct')
-rw-r--r-- | games/vdrift/files/patch-SConstruct | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/games/vdrift/files/patch-SConstruct b/games/vdrift/files/patch-SConstruct index 89d701992c1d..03c735ce9304 100644 --- a/games/vdrift/files/patch-SConstruct +++ b/games/vdrift/files/patch-SConstruct @@ -1,6 +1,6 @@ ---- SConstruct Fri Jul 21 16:43:04 2006 -+++ SConstruct Fri Jul 21 16:43:49 2006 -@@ -42,7 +42,7 @@ +--- SConstruct.orig Sun Jul 9 03:05:30 2006 ++++ SConstruct Tue Sep 12 19:16:12 2006 +@@ -42,10 +42,10 @@ env = Environment(ENV = os.environ, CPPPATH = ['#include',LOCALBASE + '/include', LOCALBASE + '/include/AL',X11BASE + '/include'], LIBPATH = ['.', '#lib', LOCALBASE + '/lib', X11BASE + '/lib'], @@ -8,4 +8,8 @@ + LINKFLAGS = ['-pthread','-lintl'], options = opts) - check_headers = ['GL/gl.h', 'GL/glu.h', 'SDL11/SDL.h', 'SDL11/SDL_image.h', 'SDL11/SDL_net.h'] +- check_headers = ['GL/gl.h', 'GL/glu.h', 'SDL11/SDL.h', 'SDL11/SDL_image.h', 'SDL11/SDL_net.h'] ++ check_headers = ['GL/gl.h', 'GL/glu.h', 'SDL/SDL.h', 'SDL/SDL_image.h', 'SDL/SDL_net.h'] + + env.Replace(CC = os.environ['CC']) + env.Replace(CXX = os.environ['CXX']) |