mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Mark as broken on powerpc.
Hat: portmgr
This commit is contained in:
parent
aa5c79b5cd
commit
6cf6b4399b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288153
@ -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 \
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user