summaryrefslogtreecommitdiffstats
path: root/devel/root
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-15 10:27:33 +0000
committerkris <kris@FreeBSD.org>2004-06-15 10:27:33 +0000
commitc5b2fa75fa65ee48dfe4bf727a78d22d65244540 (patch)
tree9ea1ba0c71920d49d620eb32cae65fe013c1ad10 /devel/root
parent943ef0acffed1922c8150c03914a216e51963d50 (diff)
downloadFreeBSD-ports-c5b2fa75fa65ee48dfe4bf727a78d22d65244540.zip
FreeBSD-ports-c5b2fa75fa65ee48dfe4bf727a78d22d65244540.tar.gz
BROKEN on 5.x: Coredump during install
Diffstat (limited to 'devel/root')
-rw-r--r--devel/root/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile
index c552170..9013f97 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}| ; \
OpenPOWER on IntegriCloud