diff options
author | krion <krion@FreeBSD.org> | 2003-12-05 22:18:31 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-05 22:18:31 +0800 |
commit | 81a877e5ff9844f0a0827b076668762abcf576eb (patch) | |
tree | 6cd2f9c4ed1a9756b5bf94c7bfc6006f3f3b1a35 /games | |
parent | 8bd7b9fc7b70c79e4619f4a24cd33b5783ced822 (diff) | |
download | freebsd-ports-gnome-81a877e5ff9844f0a0827b076668762abcf576eb.tar.gz freebsd-ports-gnome-81a877e5ff9844f0a0827b076668762abcf576eb.tar.zst freebsd-ports-gnome-81a877e5ff9844f0a0827b076668762abcf576eb.zip |
- Fix build on -current
PR: 59611
Submitted by: Ports Fury
Diffstat (limited to 'games')
-rw-r--r-- | games/xmille/Makefile | 8 | ||||
-rw-r--r-- | games/xmille/files/patch-ab | 61 |
2 files changed, 58 insertions, 11 deletions
diff --git a/games/xmille/Makefile b/games/xmille/Makefile index 2206c0a21e94..3ecb7cb1eab9 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -21,13 +21,7 @@ WRKSRC= ${WRKDIR}/Mille USE_IMAKE= yes MAN1= xmille.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile due to imake" -.endif - post-extract: @${FIND} ${WRKSRC} -name '*.[ao]' -delete -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/xmille/files/patch-ab b/games/xmille/files/patch-ab index f21668f9fd04..cb5a8ddb2635 100644 --- a/games/xmille/files/patch-ab +++ b/games/xmille/files/patch-ab @@ -1,11 +1,64 @@ --- Imakefile.orig Thu Apr 2 23:03:24 1992 -+++ Imakefile Wed Jan 31 23:04:28 2001 -@@ -5,7 +5,7 @@ - /**/# Dana Chee - /**/# ++++ Imakefile Thu Dec 4 21:52:59 2003 +@@ -1,11 +1,11 @@ +-/**/# +-/**/# +-/**/# Imakefile for xmille (Mille Bourne game) +-/**/# +-/**/# Dana Chee +-/**/# ++XCOMM # ++XCOMM # ++XCOMM # Imakefile for xmille (Mille Bourne game) ++XCOMM # ++XCOMM # Dana Chee ++XCOMM # #define IHaveSubdirs -#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) DEFINES=$(DEFINES)' +#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)' HEADERS = ui.h SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \ +@@ -18,26 +18,26 @@ + SYS_LIBRARIES = -lm + SUBDIRS = control cards + +-/**/# +-/**/# This looks better with the timrom12 and timrom12b fonts supplied, +-/**/# but if you don't wish to install it, just use fixed. +-/**/# +-/**/# if you do want to use the timrom fonts, then uncomment this line +-/**/# and see the info below about font targets +-/**/# +-/**/#DEFINES = -DDEFAULT_FONT=\"timrom12\" -DDEFAULT_FONTB=\"timrom12b\" ++XCOMM # ++XCOMM # This looks better with the timrom12 and timrom12b fonts supplied, ++XCOMM # but if you don't wish to install it, just use fixed. ++XCOMM # ++XCOMM # if you do want to use the timrom fonts, then uncomment this line ++XCOMM # and see the info below about font targets ++XCOMM # ++XCOMM #DEFINES = -DDEFAULT_FONT=\"timrom12\" -DDEFAULT_FONTB=\"timrom12b\" + DEFINES = -DDEFAULT_FONT=\"fixed\" -DDEFAULT_FONTB=\"fixed\" + + MakeSubdirs($(SUBDIRS)) + + ComplexProgramTarget(xmille) + +-/**/# +-/**/# Otherwise, make these font targets (uncomment the following lines) +-/**/# +-/**/#FONTS = FontBaseObj(timrom12) FontBaseObj(timrom12b) +-/**/#FONTINSTDIR = $(FONTDIR)/misc +-/**/#FontTarget(timrom12) +-/**/#FontTarget(tomrom12b) +-/**/#all:: $(FONTS) ++XCOMM # ++XCOMM # Otherwise, make these font targets (uncomment the following lines) ++XCOMM # ++XCOMM #FONTS = FontBaseObj(timrom12) FontBaseObj(timrom12b) ++XCOMM #FONTINSTDIR = $(FONTDIR)/misc ++XCOMM #FontTarget(timrom12) ++XCOMM #FontTarget(tomrom12b) ++XCOMM #all:: $(FONTS) + |