]> git.pld-linux.org Git - packages/TORCS.git/blob - TORCS-inc.patch
- fix build
[packages/TORCS.git] / TORCS-inc.patch
1 diff -urN torcs-1.2.3.new/Make-config.in torcs-1.2.3/Make-config.in
2 --- torcs-1.2.3.new/Make-config.in      2005-06-28 12:30:34.000000000 +0200
3 +++ torcs-1.2.3/Make-config.in  2005-06-29 23:14:39.000000000 +0200
4 @@ -54,10 +54,10 @@
5  #EXT_LIBS = -lpthread @LIBS@
6  EXT_LIBS = @LIBS@
7  #LDFLAGS =  @LDFLAGS@ -L${EXPORTBASE}/lib -L/usr/lib -L/usr/local/lib
8 -LDFLAGS =  -L${EXPORTBASE}/lib @LDFLAGS@ -L/usr/lib
9 +LDFLAGS =  -L${EXPORTBASE}/lib @LDFLAGS@ -L/usr/lib -L/usr/X11R6/lib
10  
11  #INCFLAGS =  -I${EXPORTBASE}/include -I/usr/include -I/usr/local/include
12 -INCFLAGS =  -I${EXPORTBASE}/include -I${TORCS_BASE}
13 +INCFLAGS =  -I${EXPORTBASE}/include -I${TORCS_BASE} -I/usr/X11R6/include
14  
15  CPP = @CPP@ @CPPFLAGS@ -M -D__DEPEND__
16  
This page took 0.025122 seconds and 3 git commands to generate.