]> git.pld-linux.org Git - packages/54321.git/blob - 54321-sdl_include_dir_fix.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/54321.git] / 54321-sdl_include_dir_fix.patch
1 diff -urN 54321/archs/Linux/variables.GNU 54321-good/archs/Linux/variables.GNU
2 --- 54321/archs/Linux/variables.GNU     Thu Nov  8 16:54:01 2001
3 +++ 54321-good/archs/Linux/variables.GNU        Sat May 11 14:07:36 2002
4 @@ -5,8 +5,8 @@
5  MKDIR_CMD = test -d $(@D) || mkdir -p $(@D)
6  ############################################################
7  
8 -SDL := /usr/local
9 -SDL_IMAGE := /usr/local
10 +SDL := /usr
11 +SDL_IMAGE := /usr
12  
13  CPPFLAGS += -I${SDL}/include/SDL -I${SDL_IMAGE}/include/SDL
14  LDFLAGS += \
This page took 0.051084 seconds and 3 git commands to generate.