Fix Imakefile breakage under XFree86 4.x

PR:		21640
Submitted by:	maintainer
This commit is contained in:
Ade Lovett 2000-10-13 20:31:41 +00:00
parent c88a4ac996
commit 1e4e024dc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33797
2 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= xeji
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/
DISTNAME= ${PORTNAME}${PORTVERSION}

View File

@ -1,5 +1,5 @@
--- Imakefile.orig Sun Oct 10 14:55:09 1999
+++ Imakefile Sun Oct 10 14:55:29 1999
--- 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
@ -9,4 +9,6 @@
+CC ?= gcc
+CFLAGS += -O2 -DXPM
CDEBUGFLAGS =
ComplexProgramTarget(xeji)
-ComplexProgramTarget(xeji)
+ComplexProgramTargetNoMan(xeji)
+ComplexProgramTargetNoMan(xeji)