summaryrefslogtreecommitdiff
path: root/games/lincity/files/patch-aa
blob: 3aa4ea3699e2518cc976a02abc5d5721e93f34ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
*** Makefile.WAS	Tue Oct 28 16:40:56 1997
--- Makefile	Tue Oct 28 16:40:59 1997
***************
*** 1,19 ****
  #  Makefile for LinCity   (c)  I J Peters 1995,1996.
  
  #       This is where the binaries for LinCity will be placed.
! LC_BINDIR = /usr/local/bin
  #          for solaris you might choose...
  #          LC_BINDIR = /opt/lcity/bin
  
  #       This is where the library/data files will be placed.
! LC_LIBDIR = /usr/local/lib/lincity
  #          for solaris you might choose...
  #          LC_LIBDIR = /opt/lcity/lib
  
  # export LC_LIBDIR
  
  #       This is where the manpage will be placed.
! LC_MANDIR = /usr/local/man/man6
  LC_MANSUF = 6
  #          for solaris you might choose...
  #          LC_LIBDIR = /opt/lcity/man/man6
--- 1,19 ----
  #  Makefile for LinCity   (c)  I J Peters 1995,1996.
  
  #       This is where the binaries for LinCity will be placed.
! LC_BINDIR = ${PREFIX}/bin
  #          for solaris you might choose...
  #          LC_BINDIR = /opt/lcity/bin
  
  #       This is where the library/data files will be placed.
! LC_LIBDIR = ${PREFIX}/lib/lincity
  #          for solaris you might choose...
  #          LC_LIBDIR = /opt/lcity/lib
  
  # export LC_LIBDIR
  
  #       This is where the manpage will be placed.
! LC_MANDIR = ${PREFIX}/man/man6
  LC_MANSUF = 6
  #          for solaris you might choose...
  #          LC_LIBDIR = /opt/lcity/man/man6
***************
*** 23,29 ****
  EXTRA_OPTS = -fstrength-reduce -ffast-math
  WARN_OPTS  = -Wall -Wpointer-arith -Wcast-align -Winline
  # DEBUG_OPTS =-g
! CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\"
  # -fno-strength-reduce
  # PROFF = -pg
  # PROFL = -lc
--- 23,29 ----
  EXTRA_OPTS = -fstrength-reduce -ffast-math
  WARN_OPTS  = -Wall -Wpointer-arith -Wcast-align -Winline
  # DEBUG_OPTS =-g
! CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\" -I${X11BASE}/include
  # -fno-strength-reduce
  # PROFF = -pg
  # PROFL = -lc