1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xeji/files/patch-ab
Steve Price c3a4a9ce84 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>
1999-10-10 23:54:48 +00:00

13 lines
286 B
Plaintext

--- 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)