openbsd-ports/www/dansguardian/patches/patch-configure
aanriot 1a98321e2d DansGuardian is an award winning Open Source web content filter which
currently runs on Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and
Solaris. It filters the actual content of pages based on many methods
including phrase matching, PICS filtering and URL filtering. It does not
purely filter based on a banned list of sites like lesser totally
commercial filters.

from Bartosz Ku??ma <i486@o2.pl>.
ok ajacoutot@
2007-06-07 13:16:14 +00:00

12 lines
388 B
Plaintext

--- configure.orig Mon Mar 19 18:08:15 2007
+++ configure Tue Jun 5 21:46:48 2007
@@ -9978,7 +9978,7 @@ echo "$as_me: error: libClamAV support enabled, but cl
CLAMAV_LIBS=`clamav-config --libs`
CLAMAV_PREFIX=`clamav-config --prefix`
- LIBS="${CLAMAV_LIBS} -lclamav ${LIBS}"
+ LIBS="${CLAMAV_LIBS} -lclamav -pthread ${LIBS}"
CPPFLAGS="${CPPFLAGS} -I${CLAMAV_PREFIX}/include"