summaryrefslogtreecommitdiff
path: root/mail/clamav/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/clamav/patches/patch-ab')
-rw-r--r--mail/clamav/patches/patch-ab43
1 files changed, 43 insertions, 0 deletions
diff --git a/mail/clamav/patches/patch-ab b/mail/clamav/patches/patch-ab
new file mode 100644
index 00000000000..bc3f7accdac
--- /dev/null
+++ b/mail/clamav/patches/patch-ab
@@ -0,0 +1,43 @@
+$NetBSD: patch-ab,v 1.8 2005/07/01 03:27:49 grant Exp $
+
+--- configure.orig 2005-07-01 13:22:45.000000000 +1000
++++ configure
+@@ -11818,6 +11818,38 @@ _ACEOF
+
+ use_gethostbyname_r="no"
+ ;;
++
++dragonfly*)
++ if test "$have_pthreads" = "yes"; then
++ LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -pthread"
++ CLAMD_LIBS="$CLAMD_LIBS -pthread"
++ CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -pthread"
++ TH_SAFE="-thread-safe"
++
++cat >>confdefs.h <<\_ACEOF
++#define CL_THREAD_SAFE 1
++_ACEOF
++
++
++cat >>confdefs.h <<\_ACEOF
++#define _REENTRANT 1
++_ACEOF
++
++ if test "$want_clamuko" = "yes"; then
++
++cat >>confdefs.h <<\_ACEOF
++#define CLAMUKO 1
++_ACEOF
++
++ fi
++ fi
++
++cat >>confdefs.h <<\_ACEOF
++#define C_BSD 1
++_ACEOF
++
++ disable_gethostbyname_r="yes"
++ ;;
+ openbsd*)
+ if test "$have_pthreads" = "yes"; then
+ LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -pthread"