SOURCES: dangerdeep-X11.patch (NEW) - remove wrong x11 pkg-config ...

lisu lisu at pld-linux.org
Fri Oct 13 22:18:41 CEST 2006


Author: lisu                         Date: Fri Oct 13 20:18:41 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove wrong x11 pkg-config file

---- Files affected:
SOURCES:
   dangerdeep-X11.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dangerdeep-X11.patch
diff -u /dev/null SOURCES/dangerdeep-X11.patch:1.1
--- /dev/null	Fri Oct 13 22:18:41 2006
+++ SOURCES/dangerdeep-X11.patch	Fri Oct 13 22:18:36 2006
@@ -0,0 +1,12 @@
+--- dangerdeep-0.2.0/SConstruct~	2006-10-13 10:17:55.000000000 +0200
++++ dangerdeep-0.2.0/SConstruct	2006-10-13 10:18:35.000000000 +0200
+@@ -122,8 +122,7 @@
+ 	libpath = ['/usr/X11R6/lib']
+ 	gllibs = ['GL', 'GLU']
+ 	sdllibs = ['SDL', 'SDL_image']
+-	ccflags = '-Wall `sdl-config --cflags` `pkg-config --cflags x11`'
+-	env.Append(LINKFLAGS = '`pkg-config --libs-only-L x11`')
++	ccflags = '-Wall `sdl-config --cflags`'
+ 	if (debug >= 3):
+ 		ccflags += ' -g -pg -O3'	# profiling
+ 	elif (debug == 2):
================================================================


More information about the pld-cvs-commit mailing list