updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / xmame-sdl / makefile.unix.patch
blob55d036b996a4920349c8e0e03cccb05009bebe0b
1 --- makefile.unix.orig 2006-03-02 20:33:13.000000000 -0500
2 +++ makefile.unix 2006-03-02 20:47:27.000000000 -0500
3 @@ -127,7 +127,7 @@
4 ###########################################################################
6 # GCC on x86
7 -CFLAGS = -O2
8 +#CFLAGS = -O2
10 # GCC on x86 with some optimizations
11 # CFLAGS = -O2 -mtune=i686 -fomit-frame-pointer -fstrength-reduce -ffast-math
12 @@ -468,9 +468,9 @@
14 # OSes that don't have an install command should use the provided
15 # install.sh script.
16 -INSTALL = /usr/bin/install
17 +# INSTALL = /usr/bin/install
18 # INSTALL = install-sh
19 -# INSTALL = /bin/install
20 +INSTALL = /bin/install
21 # INSTALL = install # e.g., for BeOS
23 # The user and group to be used for installation.
24 @@ -658,7 +658,7 @@
25 # JOY_PS2 = 1
27 # SDL joystick support.
28 -# JOY_SDL = 1
29 +JOY_SDL = 1
31 # This will enable the use of the Happ Controls UGCI(tm) USB devices'
32 # Coin/Start inputs using the libugci library available from
33 @@ -701,10 +701,10 @@
34 # use SDL.
36 # X11 (including Glide & OpenGL if enabled below)
37 -DISPLAY_METHOD = x11
38 +# DISPLAY_METHOD = x11
40 # SDL library
41 -# DISPLAY_METHOD = SDL
42 +DISPLAY_METHOD = SDL
44 # SVGALib, only supported under Linux
45 # DISPLAY_METHOD = svgalib
46 @@ -752,12 +752,12 @@
47 # Choose the location of your X headers and libraries.
49 # Standard location for X11
50 -# X11INC = -I/usr/include/X11
51 -# X11LIB = -L/usr/lib/X11
52 +X11INC = -I/usr/include/X11
53 +X11LIB = -L/usr/lib/X11
55 # Standard location for XFree86
56 -X11INC = -I/usr/X11R6/include
57 -X11LIB = -L/usr/X11R6/lib
58 +# X11INC = -I/usr/X11R6/include
59 +# X11LIB = -L/usr/X11R6/lib
61 # Standard location for Sun systems
62 # X11INC = -I/usr/openwin/include