]> git.pld-linux.org Git - packages/dangerdeep.git/blame - dangerdeep-X11.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/dangerdeep.git] / dangerdeep-X11.patch
CommitLineData
d2bebdcb 1--- dangerdeep-0.2.0/SConstruct~ 2006-10-13 10:17:55.000000000 +0200
2+++ dangerdeep-0.2.0/SConstruct 2006-10-13 10:18:35.000000000 +0200
3@@ -122,8 +122,7 @@
4 libpath = ['/usr/X11R6/lib']
5 gllibs = ['GL', 'GLU']
6 sdllibs = ['SDL', 'SDL_image']
7- ccflags = '-Wall `sdl-config --cflags` `pkg-config --cflags x11`'
8- env.Append(LINKFLAGS = '`pkg-config --libs-only-L x11`')
9+ ccflags = '-Wall `sdl-config --cflags`'
10 if (debug >= 3):
11 ccflags += ' -g -pg -O3' # profiling
12 elif (debug == 2):
This page took 0.106473 seconds and 4 git commands to generate.