]> git.pld-linux.org Git - packages/TORCS.git/blob - TORCS-asneeded.patch
- requires freealut
[packages/TORCS.git] / TORCS-asneeded.patch
1 diff -urN torcs-1.3.0/src/libs/client/Makefile torcs-1.3.0.new/src/libs/client/Makefile
2 --- torcs-1.3.0/src/libs/client/Makefile        2006-11-05 02:42:20.000000000 +0100
3 +++ torcs-1.3.0.new/src/libs/client/Makefile    2007-04-06 14:46:51.679970778 +0200
4 @@ -23,7 +23,7 @@
5  SOURCES   = entry.cpp mainmenu.cpp splash.cpp exitmenu.cpp \
6             optionmenu.cpp
7  
8 -LIBS      =  -lplibssg -lplibsg -lplibul
9 +LIBS      = -L../confscreens -lconfscreens -L../raceengineclient -lraceengine -lplibssg -lplibsg -lplibul
10  
11  EXPDIR    = include
12  
13 diff -urN torcs-1.3.0/src/libs/Makefile torcs-1.3.0.new/src/libs/Makefile
14 --- torcs-1.3.0/src/libs/Makefile       2006-11-05 02:42:22.000000000 +0100
15 +++ torcs-1.3.0.new/src/libs/Makefile   2007-04-06 14:34:19.279707833 +0200
16 @@ -23,7 +23,7 @@
17  
18  TOOLSUBDIRS    = txml
19  
20 -SUBDIRS                = confscreens racescreens robottools txml tgf tgfclient client raceengineclient learning \
21 +SUBDIRS                = confscreens racescreens robottools txml tgf tgfclient raceengineclient client learning \
22                           portability math
23  
24  PKGSUBDIRS     = $(SUBDIRS)
25 diff -urN torcs-1.3.0/src/libs/raceengineclient/Makefile torcs-1.3.0.new/src/libs/raceengineclient/Makefile
26 --- torcs-1.3.0/src/libs/raceengineclient/Makefile      2006-11-05 02:42:20.000000000 +0100
27 +++ torcs-1.3.0.new/src/libs/raceengineclient/Makefile  2007-04-06 14:34:46.918465784 +0200
28 @@ -23,6 +23,8 @@
29  SOURCES      = singleplayer.cpp raceinit.cpp racemain.cpp racemanmenu.cpp racestate.cpp racegl.cpp \
30                raceengine.cpp raceresults.cpp
31  
32 +LIBS         = -L../racescreens -lracescreens -L../robottools -lrobottools
33 +
34  EXPDIR       = include
35  
36  EXPORTS      = singleplayer.h raceinit.h
37 diff -urN torcs-1.3.0/src/libs/tgf/Makefile torcs-1.3.0.new/src/libs/tgf/Makefile
38 --- torcs-1.3.0/src/libs/tgf/Makefile   2006-11-05 02:42:17.000000000 +0100
39 +++ torcs-1.3.0.new/src/libs/tgf/Makefile       2007-04-06 14:17:21.146055081 +0200
40 @@ -29,6 +29,7 @@
41                 profiler.cpp \
42                 hash.cpp
43  
44 +LIBS   = -L../txml -ltxml
45  
46  EXPDIR  = include
47  
48 diff -urN torcs-1.3.0/src/libs/tgfclient/Makefile torcs-1.3.0.new/src/libs/tgfclient/Makefile
49 --- torcs-1.3.0/src/libs/tgfclient/Makefile     2006-11-05 02:42:18.000000000 +0100
50 +++ torcs-1.3.0.new/src/libs/tgfclient/Makefile 2007-04-06 14:16:39.269737161 +0200
51 @@ -38,6 +38,7 @@
52                 tgfclient.cpp \
53                 glfeatures.cpp
54  
55 +LIBS   = -lpng -lXrandr
56  
57  EXPDIR  = include
58  
This page took 0.075882 seconds and 3 git commands to generate.