BROKEN on 5.x: Coredump during install

This commit is contained in:
Kris Kennaway 2004-06-15 10:27:33 +00:00
parent eb8b28c0b9
commit 6fd0ba2619
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111531

View File

@ -103,6 +103,10 @@ MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PLIST_SUB+= THREADS=""
.endif
.if ${OSVERSION} >= 502112
BROKEN= "Coredump during install on FreeBSD >= 5.x"
.endif
post-patch:
@${RM} ${WRKSRC}/test/Makefile.arch.orig
@${REINPLACE_CMD} -e 's|auxcflags=\"-pthread|auxcflags=\"${PTHREAD_CFLAGS}| ; \