freebsd-ports/games/xeji/files/patch-ab
Ade Lovett 1e4e024dc7 Fix Imakefile breakage under XFree86 4.x
PR:		21640
Submitted by:	maintainer
2000-10-13 20:31:41 +00:00

14 lines
352 B
Text

--- Imakefile.orig Sun May 15 15:34:42 1994
+++ Imakefile Thu Oct 12 19:43:34 2000
@@ -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)
+ComplexProgramTargetNoMan(xeji)
+ComplexProgramTargetNoMan(xeji)