Mark as broken on powerpc.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-28 06:55:26 +00:00
parent aa5c79b5cd
commit 6cf6b4399b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288153
2 changed files with 11 additions and 1 deletions

View File

@ -22,6 +22,10 @@ NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc: runs out of virtual memory
.endif
do-build:
${CXX} ${CFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include \
${LDFLAGS} -L${LOCALBASE}/lib -lbdd -lboost_program_options \

View File

@ -60,4 +60,10 @@ post-install:
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc: tzfile.h: No such file or directory
.endif
.include <bsd.port.post.mk>