diff options
Diffstat (limited to 'devel/root/Makefile')
-rw-r--r-- | devel/root/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile index c552170c5c95..9013f979a4db 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -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}| ; \ |