Mark this unbroken on sparc64; it may have been marked broken by mistake.

It did build on the cluster as of 20100315.

Hat:		portmgr
Pointy hat:	same
This commit is contained in:
Mark Linimon 2010-08-11 19:44:36 +00:00
parent 0cd3791c95
commit da4e368744
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259115

View File

@ -39,8 +39,8 @@ MAN1= gdb${VER}.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not configure on ia64, powerpc, or sparc64
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc"
BROKEN= Does not configure on ia64 or powerpc
.endif
.if defined(WITH_INSIGHT)