updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / sz81 / Makefile.patch
blob3346ea851b1209ec62f11624bbcfcf16ec4176b4
1 --- Makefile 2011-02-12 23:28:52.000000000 +0100
2 +++ Makefile.new 2011-02-16 00:49:41.333334622 +0100
3 @@ -1,9 +1,9 @@
4 # Comment/uncomment these to choose an installation destination
5 # System wide installation
6 -#PREFIX?=/usr/local
7 -#BINDIR?=$(PREFIX)/bin
8 -#DOCDIR?=$(PREFIX)/share/doc/$(TARGET)
9 -#PACKAGE_DATA_DIR?=$(PREFIX)/share/$(TARGET)
10 +PREFIX?=/usr
11 +BINDIR?=$(PREFIX)/bin
12 +DOCDIR?=$(PREFIX)/share/doc/$(TARGET)
13 +PACKAGE_DATA_DIR?=$(PREFIX)/share/$(TARGET)
15 # Local installation within your home folder
16 #PREFIX?=$(HOME)/Games/$(TARGET)
17 @@ -12,10 +12,10 @@
18 #PACKAGE_DATA_DIR?=$(PREFIX)/data
20 # Run from current folder i.e. no installation
21 -PREFIX?=.
22 -BINDIR?=$(PREFIX)
23 -DOCDIR?=$(PREFIX)
24 -PACKAGE_DATA_DIR?=$(PREFIX)/data
25 +#PREFIX?=.
26 +#BINDIR?=$(PREFIX)
27 +#DOCDIR?=$(PREFIX)
28 +#PACKAGE_DATA_DIR?=$(PREFIX)/data
30 # For sz81 OSS_SOUND_SUPPORT is now synonymous with SDL_SOUND_SUPPORT.
31 # Comment this out if you don't want sound support.