]> git.pld-linux.org Git - packages/dangerdeep.git/commitdiff
- remove wrong x11 pkg-config file
authorlisu <lisu@pld-linux.org>
Fri, 13 Oct 2006 20:18:36 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dangerdeep-X11.patch -> 1.1

dangerdeep-X11.patch [new file with mode: 0644]

diff --git a/dangerdeep-X11.patch b/dangerdeep-X11.patch
new file mode 100644 (file)
index 0000000..63eef6c
--- /dev/null
@@ -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):
This page took 0.058436 seconds and 4 git commands to generate.