summaryrefslogtreecommitdiffstats
path: root/games/xeji
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-10-13 20:31:41 +0000
committerade <ade@FreeBSD.org>2000-10-13 20:31:41 +0000
commitd51e741160efce0d4021964c291097adf346c70b (patch)
tree42c832a577c9cf8745641466894b9b4af7e7edb3 /games/xeji
parent172db52a377091cc77e4c959038a28cb0a49f229 (diff)
downloadFreeBSD-ports-d51e741160efce0d4021964c291097adf346c70b.zip
FreeBSD-ports-d51e741160efce0d4021964c291097adf346c70b.tar.gz
Fix Imakefile breakage under XFree86 4.x
PR: 21640 Submitted by: maintainer
Diffstat (limited to 'games/xeji')
-rw-r--r--games/xeji/Makefile1
-rw-r--r--games/xeji/files/patch-ab8
2 files changed, 6 insertions, 3 deletions
diff --git a/games/xeji/Makefile b/games/xeji/Makefile
index 782e2a9..556ee4d 100644
--- a/games/xeji/Makefile
+++ b/games/xeji/Makefile
@@ -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}
diff --git a/games/xeji/files/patch-ab b/games/xeji/files/patch-ab
index 774d360..ea060bf 100644
--- a/games/xeji/files/patch-ab
+++ b/games/xeji/files/patch-ab
@@ -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)
OpenPOWER on IntegriCloud