1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Mark as broken on sparc64: does not compile.

This commit is contained in:
Mark Linimon 2011-07-16 05:23:59 +00:00
parent ca32093a91
commit 57a8d7d6ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277772
3 changed files with 15 additions and 1 deletions

View File

@ -25,4 +25,10 @@ post-patch:
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>

View File

@ -39,6 +39,10 @@ SUB_LIST= CURVE_USER=${CURVE_USER} \
BROKEN= does not configure on 9.X
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
post-patch:
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/freebsd.patch

View File

@ -90,6 +90,10 @@ CONFIGURE_ARGS+=--disable-zlib
CONFIGURE_ARGS+=--enable-x86_64
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
post-patch:
@${GREP} -ERl '<(malloc|alloca)\.h>' ${WRKSRC} | ${XARGS} \
${REINPLACE_CMD} -Ee 's|<(malloc\|alloca)\.h>|<stdlib.h>|'