BROKEN on 5.x: Segfault during build

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-26 03:05:29 +00:00
parent 726eb6e2be
commit 954affa779
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118427

View File

@ -37,6 +37,10 @@ SCM_MODULES= crs.so edline.so gsubr.so ioext.so posix.so ramap.so \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Segfault during build"
.endif
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif