From 7e28cf42311caf482c507948ae67141ec130ec53 Mon Sep 17 00:00:00 2001 From: vs Date: Sat, 12 Feb 2005 18:12:09 +0000 Subject: 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) --- sysutils/kdar/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysutils/kdar') 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 +BROKEN= "Does not compile with libdar-2.2" + post-patch: ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure -- cgit