- Mark BROKEN: hits internal compiler bug on FreeBSD 5.X/amd64

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-04-01 22:49:27 +00:00
parent 4dadb87887
commit 04aeb7c9c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210349
2 changed files with 14 additions and 2 deletions

View File

@ -24,6 +24,12 @@ MAKEFILE= makefile.sdl
SUB_FILES= ${PORTNAME} pkg-message
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
BROKEN= does not compile
.endif
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
${MKDIR} ${PREFIX}/libexec/sdlmess
@ -47,4 +53,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -24,6 +24,12 @@ MAKEFILE= makefile.sdl
SUB_FILES= ${PORTNAME} pkg-message
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
BROKEN= does not compile
.endif
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
${MKDIR} ${PREFIX}/libexec/sdlmess
@ -47,4 +53,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
.include <bsd.port.mk>
.include <bsd.port.post.mk>