]> git.pld-linux.org Git - packages/frotz.git/blob - frotz-makefilefix.patch
Initial release.
[packages/frotz.git] / frotz-makefilefix.patch
1 diff -urN frotz-2.43/Makefile /usr/local/1install/rpm/BUILD/frotz-2.43/Makefile
2 --- frotz-2.43/Makefile Mon Oct 28 02:21:52 2002
3 +++ /usr/local/1install/rpm/BUILD/frotz-2.43/Makefile   Tue Aug 12 02:36:05 2003
4 @@ -7,24 +7,24 @@
5  # Define your optimization flags.  Most compilers understand -O and -O2,
6  # Standard (note: Solaris on UltraSparc using gcc 2.8.x might not like this.)
7  #
8 -OPTS = -O2 
9 +OPTS = -O2 -I/usr/include/ncurses
10  
11  # Pentium with gcc 2.7.0 or better
12  #OPTS = -O2 -fomit-frame-pointer -malign-functions=2 -malign-loops=2 \
13  #-malign-jumps=2
14  
15  # Define where you want Frotz installed.  Usually this is /usr/local
16 -PREFIX = /usr/local
17 +PREFIX = /usr
18  
19  MAN_PREFIX = $(PREFIX)
20  #MAN_PREFIX = /usr/local/share
21  
22 -CONFIG_DIR = $(PREFIX)/etc
23 +#CONFIG_DIR = $(PREFIX)/etc
24  #CONFIG_DIR = /etc
25  
26  # Define where you want Frotz to look for frotz.conf.
27  #
28 -CONFIG_DIR = /usr/local/etc
29 +CONFIG_DIR = /etc
30  #CONFIG_DIR = /etc
31  #CONFIG_DIR = /usr/pkg/etc
32  #CONFIG_DIR =
This page took 0.077311 seconds and 3 git commands to generate.