1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark BROKEN on sparc64 until maintainer can look at it

PR:		ports/85884
Submitted by:	Wesley Shields <wxs@csh.rit.edu> (maintainer)
This commit is contained in:
Sam Lawrance 2005-09-09 15:20:59 +00:00
parent a9f406eb03
commit ffb8d81b53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142289

View File

@ -22,7 +22,13 @@ USE_GMAKE= yes
ALL_TARGET= default
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not build on sparc64"
.endif
post-patch:
@${REINPLACE_CMD} -e 's| ||' ${WRKSRC}/fp_montgomery_reduce.c
.include <bsd.port.mk>
.include <bsd.port.post.mk>