1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

BROKEN on sparc64: segfault during build

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 22:33:30 +00:00
parent bd15ae080c
commit 81087920af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132048

View File

@ -61,6 +61,10 @@ PLIST_SUB+= XML="@comment "
BROKEN= "Does not compile with gcc-2.95"
.endif
.if ${ARCH} == "sparc64"
BROKEN= "Segfault during build on sparc64"
.endif
.if ${OSVERSION} < 502110
RUN_DEPENDS+= pgrep:${PORTSDIR}/sysutils/pkill
.endif