BROKEN on amd64: Segfault during build
This commit is contained in:
parent
bb8a3d8db2
commit
ae51ddccf2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146610
@ -24,6 +24,12 @@ MAN6= Amy.6
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Segfault during build on amd64"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${BZCAT} ${DISTDIR}/ClassicGames.pgn.bz2 > \
|
||||
${WRKSRC}/PGN/ClassicGames.pgn
|
||||
@ -34,4 +40,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user