diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-12 18:12:09 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-12 18:12:09 +0000 |
commit | 2b02611f6e58e7e47ed1b386c08ccc9a7cbb56ff (patch) | |
tree | 57f4c2135e2619172f94675bc46bc264e6ddb9c4 | |
parent | LIB_DEPEND on curl (diff) |
The update of dar to version 2.2.0 broke kdar.
Unfortunatly an update of kdar won't help, because
headers of dar use getext-functions without including
the needed headers.
PR: ports/77415
Submitted by: Kay Lehmann (maintainer)
Notes
Notes:
svn path=/head/; revision=128617
-rw-r--r-- | sysutils/kdar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/kdar/Makefile b/sysutils/kdar/Makefile index aa95ea963cab..dd87d7fbe162 100644 --- a/sysutils/kdar/Makefile +++ b/sysutils/kdar/Makefile @@ -25,6 +25,8 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> +BROKEN= "Does not compile with libdar-2.2" + post-patch: ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure |