summaryrefslogtreecommitdiffstats
path: root/games/lincity/files
diff options
context:
space:
mode:
authordima <dima@FreeBSD.org>1997-10-29 03:20:54 +0000
committerdima <dima@FreeBSD.org>1997-10-29 03:20:54 +0000
commit13a2452ec32b7d35e3b8e84c605fa01f1f659e45 (patch)
treef9522fb21074a33b85b1e88d77e48fa71cbcd7bf /games/lincity/files
parent6c39161ca3d75c781b8fd785a98ddfca94021a04 (diff)
downloadFreeBSD-ports-13a2452ec32b7d35e3b8e84c605fa01f1f659e45.zip
FreeBSD-ports-13a2452ec32b7d35e3b8e84c605fa01f1f659e45.tar.gz
upgrade: 1.04 -> 1.09
Diffstat (limited to 'games/lincity/files')
-rw-r--r--games/lincity/files/patch-aa93
1 files changed, 60 insertions, 33 deletions
diff --git a/games/lincity/files/patch-aa b/games/lincity/files/patch-aa
index cae771d..3aa4ea3 100644
--- a/games/lincity/files/patch-aa
+++ b/games/lincity/files/patch-aa
@@ -1,33 +1,60 @@
---- Makefile.old Sun Feb 9 23:58:27 1997
-+++ Makefile Thu Feb 13 14:26:14 1997
-@@ -1,18 +1,18 @@
- # Makefile for LinCity (c) I J Peters 1995,1996.
-
- # This is where the binaries for LinCity will be placed.
--LC_BINDIR = /usr/local/bin
-+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 = /usr/local/lib/lincity
-+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 = /usr/local/man/man6
-+LC_MANDIR = ${PREFIX}/man/man6
- LC_MANSUF = 6
- # for solaris you might choose...
- # LC_LIBDIR = /opt/lcity/man/man6
-@@ -22,7 +22,7 @@
- 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)\"
-+CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\" -I${X11BASE}/include
- # -fno-strength-reduce
- # PROFF = -pg
- # PROFL = -lc
+*** 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
OpenPOWER on IntegriCloud