BROKEN on amd64: Does not compile

This commit is contained in:
Kris Kennaway 2004-06-19 09:21:28 +00:00
parent 99db1b22d9
commit ef790344e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111799
2 changed files with 14 additions and 2 deletions

View File

@ -19,4 +19,10 @@ INFO= libjit
MAN3= libjit.3
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64"
.endif
.include <bsd.port.post.mk>

View File

@ -55,6 +55,12 @@ SPF_DEBUG_FILE= /dev/null
SPF_CFLAGS+= -DDEBUG_LOG_FILE=\\\"${SPF_DEBUG_FILE}\\\" \
-DOUTPUT_LOG_FILE=\\\"${SPF_LOG_FILE}\\\"
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64"
.endif
# This is all a bit messy, but given the inconvenient original Makefile,
# this seems to be the best way to make this port work in this version.
# The author of libspf is working on autotools support, so this ugliness
@ -100,4 +106,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tools/spfquery-${PORTNAME} ${PREFIX}/bin
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>