aboutsummaryrefslogtreecommitdiffstats
path: root/games/xeji/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-10-11 07:54:48 +0800
committersteve <steve@FreeBSD.org>1999-10-11 07:54:48 +0800
commit76b225232b954d7660d88c0b911af82eddfa796b (patch)
tree90fa5daf6e469771fc5ccddf5e73489a42489a48 /games/xeji/files
parentac3748ca453c28d6988f432d0bc28bdce4d2b866 (diff)
downloadfreebsd-ports-gnome-76b225232b954d7660d88c0b911af82eddfa796b.tar.gz
freebsd-ports-gnome-76b225232b954d7660d88c0b911af82eddfa796b.tar.zst
freebsd-ports-gnome-76b225232b954d7660d88c0b911af82eddfa796b.zip
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>
Diffstat (limited to 'games/xeji/files')
-rw-r--r--games/xeji/files/patch-aa11
-rw-r--r--games/xeji/files/patch-ab12
2 files changed, 23 insertions, 0 deletions
diff --git a/games/xeji/files/patch-aa b/games/xeji/files/patch-aa
new file mode 100644
index 000000000000..b161ba50de17
--- /dev/null
+++ b/games/xeji/files/patch-aa
@@ -0,0 +1,11 @@
+--- xeji.c.orig Sun May 15 01:31:32 1994
++++ xeji.c Sun Oct 10 14:55:59 1999
+@@ -10,7 +10,7 @@
+ #include <X11/extensions/shape.h>
+ #ifdef XPM
+ /*#include <X11/xpm.h>*/
+-#include </usr/local/X11R5/include/xpm.h>
++#include <X11/xpm.h>
+ #include "eji.xpm"
+ #endif /* XPM */
+ #include "eji.xbm"
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)