diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-15 10:27:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-15 10:27:33 +0000 |
commit | 6fd0ba2619e8530efd181e10fd8dbd4304fb35ac (patch) | |
tree | a6b15ebf797af85344e686dbdb6b959917244a70 /devel/root | |
parent | eb8b28c0b9aec2c3c1c5726c4600c5ef005572a6 (diff) | |
download | ports-6fd0ba2619e8530efd181e10fd8dbd4304fb35ac.tar.gz ports-6fd0ba2619e8530efd181e10fd8dbd4304fb35ac.zip |
Notes
Diffstat (limited to 'devel/root')
-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}| ; \ |