updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / simutrans / config.patch
bloba08bb10d97290ab7f5fc2ec5388e0409fb9f5fcd
1 --- config.default.orig 2011-11-10 21:48:01.000000000 +0100
2 +++ config.default 2011-11-10 21:51:58.383221979 +0100
3 @@ -6,25 +6,25 @@
4 #BACKEND = allegro
5 #BACKEND = gdi
6 #BACKEND = sdl
7 -#BACKEND = mixer_sdl
8 +BACKEND = mixer_sdl
9 #BACKEND = x11
10 #BACKEND = posix
12 #COLOUR_DEPTH = 0
13 #COLOUR_DEPTH = 8
14 -#COLOUR_DEPTH = 16
15 +COLOUR_DEPTH = 16
17 #OSTYPE = amiga
18 #OSTYPE = beos
19 #OSTYPE = cygwin
20 #OSTYPE = freebsd
21 #OSTYPE = haiku
22 -#OSTYPE = linux
23 +OSTYPE = linux
24 #OSTYPE = mingw
25 #OSTYPE = mac
27 #DEBUG = 3 # Level 1-3, higher number means more debug-friendly, see Makefile
28 -#OPTIMISE = 1 # Add umpteen optimisation flags
29 +OPTIMISE = 1 # Add umpteen optimisation flags
30 #PROFILE = 1 # Enable profiling
31 #PROFILE = 2 # Enable profiling with optimisation flags, can be used with `OPTIMISE = 1'
33 @@ -34,9 +34,9 @@
34 # Define these as empty strings, if you don't have the respective config program
35 #ALLEGRO_CONFIG = allegro-config
36 #PNG_CONFIG = pkg-config libpng
37 -#SDL_CONFIG = sdl-config
38 +SDL_CONFIG = sdl-config
40 -#VERBOSE = 1
41 +VERBOSE = 1
43 # The following useful conditional compilation flags exist
45 @@ -64,6 +64,9 @@
47 # In order to use the flags, add a line like this: (-Dxxx)
48 # FLAGS = -DUSE_C
49 +ifeq ($(shell uname -m),x86_64)
50 + FLAGS += -DUSE_C
51 +endif
53 # Output directories:
54 # all paths are relative trunk/