diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-28 09:20:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-28 09:20:20 +0000 |
commit | 213407af342f26689cb1c07e414072de49d3f7a4 (patch) | |
tree | 6b3373037c8934e093ff16174ea7be72a62e5de9 /games/xemeraldia/files | |
parent | 0c9abd6231867ee24e9537db57285ff9405b0b80 (diff) | |
download | ports-213407af342f26689cb1c07e414072de49d3f7a4.tar.gz ports-213407af342f26689cb1c07e414072de49d3f7a4.zip |
Notes
Diffstat (limited to 'games/xemeraldia/files')
-rw-r--r-- | games/xemeraldia/files/patch-aa | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/games/xemeraldia/files/patch-aa b/games/xemeraldia/files/patch-aa index 757de53afbc0..79d4769808d1 100644 --- a/games/xemeraldia/files/patch-aa +++ b/games/xemeraldia/files/patch-aa @@ -1,14 +1,20 @@ ---- ./Imakefile.org Mon Mar 20 05:01:34 1995 -+++ ./Imakefile Wed Mar 22 05:31:31 1995 -@@ -1,5 +1,4 @@ +--- ./Imakefile.org Thu Mar 23 03:12:46 1995 ++++ ./Imakefile Tue Mar 28 00:55:44 1995 +@@ -1,11 +1,7 @@ -BIN_DIR= /usr/local/bin -HIGH_SCORE_DIR= /usr/local/lib +HIGH_SCORE_DIR= ${LIBDIR} /*---------------------------------------------------------------------*/ -@@ -7,7 +6,6 @@ - # define GLLIB -lgl_s +-/* CC=gcc */ +-CDEBUGFLAGS=-g +- + #ifdef SunOSPlatform + #if SunOSPlatform + #if OSMajorVersion == 4 +@@ -15,7 +11,6 @@ + #endif #endif -BINDIR=$(BIN_DIR) |