summaryrefslogtreecommitdiff
path: root/games/xeji/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-10-10 23:54:48 +0000
committerSteve Price <steve@FreeBSD.org>1999-10-10 23:54:48 +0000
commitc3a4a9ce84cada260a3389a5bb84bcb70fbcca52 (patch)
tree209093ac55138453e40b941eeec941cc2b0270a8 /games/xeji/files/patch-ab
parentUpdate to version 0.9.14. (diff)
Initial import of xeji version 1.2.
An xeyes-like game except with an old man watching you mouse cursor. PR: 14244 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
Notes
Notes: svn path=/head/; revision=22338
Diffstat (limited to 'games/xeji/files/patch-ab')
-rw-r--r--games/xeji/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xeji/files/patch-ab b/games/xeji/files/patch-ab
new file mode 100644
index 000000000000..774d360b25c1
--- /dev/null
+++ b/games/xeji/files/patch-ab
@@ -0,0 +1,12 @@
+--- Imakefile.orig Sun Oct 10 14:55:09 1999
++++ Imakefile Sun Oct 10 14:55:29 1999
+@@ -1,7 +1,7 @@
+ LOCAL_LIBRARIES = -lXpm -lXext -lX11 -lm
+ SRCS = xeji.c
+ OBJS = xeji.o
+-CC = gcc
+-CFLAGS = -O2 -DXPM
++CC ?= gcc
++CFLAGS += -O2 -DXPM
+ CDEBUGFLAGS =
+ ComplexProgramTarget(xeji)