]> git.pld-linux.org Git - packages/54321.git/commitdiff
- fixes paths to SDL include files
authorzytek <zytek@pld-linux.org>
Sat, 11 May 2002 12:15:33 +0000 (12:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    54321-sdl_include_dir_fix.patch -> 1.1

54321-sdl_include_dir_fix.patch [new file with mode: 0644]

diff --git a/54321-sdl_include_dir_fix.patch b/54321-sdl_include_dir_fix.patch
new file mode 100644 (file)
index 0000000..2361c90
--- /dev/null
@@ -0,0 +1,14 @@
+diff -urN 54321/archs/Linux/variables.GNU 54321-good/archs/Linux/variables.GNU
+--- 54321/archs/Linux/variables.GNU    Thu Nov  8 16:54:01 2001
++++ 54321-good/archs/Linux/variables.GNU       Sat May 11 14:07:36 2002
+@@ -5,8 +5,8 @@
+ MKDIR_CMD = test -d $(@D) || mkdir -p $(@D)
+ ############################################################
+-SDL := /usr/local
+-SDL_IMAGE := /usr/local
++SDL := /usr/X11R6
++SDL_IMAGE := /usr/X11R6
+ CPPFLAGS += -I${SDL}/include/SDL -I${SDL_IMAGE}/include/SDL
+ LDFLAGS += \
This page took 0.067529 seconds and 4 git commands to generate.