diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-10-15 17:59:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-10-15 17:59:15 +0000 |
commit | 1842c0d30190dac026c10ce13e1abc357d92d0e3 (patch) | |
tree | 90b85f30cc341766e73cc1e4baab5e0cd52e5e03 | |
parent | - Document temporary file symlink privilege escalation in tkdiff (diff) |
BROKEN: Segfaults when MALLOC_OPTIONS=AJ
Ignored by: maintainer
Approved by: portmgr (self)
-rw-r--r-- | sysutils/file/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index eed543664d83..bfe99dbf9428 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ MAINTAINER= jharris@widomaker.com COMMENT= Utility to determine file type +BROKEN= Segfaults when MALLOC_OPTIONS=AJ + GNU_CONFIGURE= yes USE_LDCONFIG= yes |