diff options
author | krion <krion@FreeBSD.org> | 2003-10-01 05:50:33 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-01 05:50:33 +0800 |
commit | a34d5758cd875a1b2658971ca2a7a974f1619c80 (patch) | |
tree | edc19741c17dfbf6f751a84bfac26457c59b75af /games | |
parent | f47f22d6282d377b7da96c6fd8ac688507b34942 (diff) | |
download | freebsd-ports-gnome-a34d5758cd875a1b2658971ca2a7a974f1619c80.tar.gz freebsd-ports-gnome-a34d5758cd875a1b2658971ca2a7a974f1619c80.tar.zst freebsd-ports-gnome-a34d5758cd875a1b2658971ca2a7a974f1619c80.zip |
- Fix build on -current
http://bento.freebsd.org/errorlogs/i386-5-latest/oneko-sakura5-1.2.log
PR: 57423
Submitted by: Gerhard Gonter <gonter@wu-wien.ac.at>
Noticed by: kris via bento
Diffstat (limited to 'games')
-rw-r--r-- | games/oneko-sakura/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/oneko-sakura/Makefile b/games/oneko-sakura/Makefile index 9a690df178fe..bbc403322a4f 100644 --- a/games/oneko-sakura/Makefile +++ b/games/oneko-sakura/Makefile @@ -20,10 +20,15 @@ MAINTAINER= hotaru@tail.net COMMENT= A cat, Sakura or Tomoyo chasing a mouse all over the screen USE_IMAKE= yes +USE_REINPLACE= yes MAN6= oneko.6 NO_CDROM= "Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp.f-2.co.jp/" RESTRICTED_FILES= ${PATCHFILES} +pre-patch: + @${REINPLACE_CMD} -e 's,/\*\*/# Cannot compile in using Gcc,/* Cannot compile using Gcc */,' \ + ${WRKSRC}/Imakefile + pre-configure: @${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/Imakefile |