diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 05:27:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 05:27:13 +0000 |
commit | 318f9e3350e005a08e37e41858bd747634e1bfd3 (patch) | |
tree | e40c4768114f1cbf354be1b15be6e1a155319200 /games/xemeraldia/files/patch-aa | |
parent | Strip binaries on install (diff) |
Version 0.2 of xemeraldia. Drop blocks and break them.
Notes
Notes:
svn path=/head/; revision=1190
Diffstat (limited to 'games/xemeraldia/files/patch-aa')
-rw-r--r-- | games/xemeraldia/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xemeraldia/files/patch-aa b/games/xemeraldia/files/patch-aa new file mode 100644 index 000000000000..757de53afbc0 --- /dev/null +++ b/games/xemeraldia/files/patch-aa @@ -0,0 +1,17 @@ +--- ./Imakefile.org Mon Mar 20 05:01:34 1995 ++++ ./Imakefile Wed Mar 22 05:31:31 1995 +@@ -1,5 +1,4 @@ +-BIN_DIR= /usr/local/bin +-HIGH_SCORE_DIR= /usr/local/lib ++HIGH_SCORE_DIR= ${LIBDIR} + + /*---------------------------------------------------------------------*/ + +@@ -7,7 +6,6 @@ + # define GLLIB -lgl_s + #endif + +-BINDIR=$(BIN_DIR) + EXTRA_DEFINES = -DHIGH_SCORE_TABLE=\"$(HIGH_SCORE_DIR)/.xemeraldia.scores\"\ + -D__USE_FIXED_PROTOTYPES__ + |