1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

BROKEN on alpha 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-07 05:57:31 +00:00
parent 2947194cb4
commit 78b6d3b86e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103171
2 changed files with 14 additions and 2 deletions

View File

@ -49,6 +49,12 @@ INFO= heroes
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -lsmpeg ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
BROKEN= "Does not compile on alpha >=5.x"
.endif
post-patch:
@for dir in ${DATASRC} ${SOUNDSRC} ${MUSICSRC}; do \
${FIND} $${dir} -name "Makefile*" | ${XARGS} ${RM}; \
@ -66,4 +72,4 @@ post-install:
${MKDIR} ${DATADIR}/mod
${INSTALL_DATA} ${MUSICSRC}/*.xm ${MUSICSRC}/sound.conf ${DATADIR}/mod
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -26,4 +26,10 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--with-pg-includes=${LOCALBASE}/include \
--with-pg-libs=${LOCALBASE}/lib
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
BROKEN= "Does not compile on alpha >= 5.x"
.endif
.include <bsd.port.post.mk>