[MAINTAINER] games/flobopuyo: mark BROKEN on amd64/CURRENT
Doesn't build on amd64 7. Reported by: pointyhat via kris PR: ports/116092 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
This commit is contained in:
parent
f41b2bda4c
commit
b9370de1b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198878
1 changed files with 7 additions and 2 deletions
|
@ -19,7 +19,12 @@ COMMENT= Clone of the famous PuyoPuyo
|
|||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
USE_SDL= sdl mixer image
|
||||
USE_GCC= 3.4+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
|
||||
BROKEN= Doesn't build
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile
|
||||
|
@ -29,4 +34,4 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|^INSTALL_DATADIR=.*$$|INSTALL_DATADIR=${DATADIR}|' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|^INSTALL_BINDIR=.*$$|INSTALL_BINDIR=${PREFIX}/bin|' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue