diff -r 19b611159e28 -r 6571d477ad5f clamav/clamav.patch --- a/clamav/clamav.patch Sun Nov 01 15:44:56 2009 +0100 +++ b/clamav/clamav.patch Mon Nov 02 19:23:11 2009 +0100 @@ -51,15 +51,18 @@ LIBS="$LIBS -lmilter $CLAMAV_MILTER_LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mi_stop in -lmilter" >&5 $as_echo_n "checking for mi_stop in -lmilter... " >&6; } -@@ -16842,7 +16839,7 @@ +@@ -16842,9 +16839,9 @@ fi LIBS="$save_LIBS" - for ac_header in libmilter/mfapi.h + for ac_header in milter/mfapi.h do : - ac_fn_c_check_header_mongrel "$LINENO" "libmilter/mfapi.h" "ac_cv_header_libmilter_mfapi_h" "$ac_includes_default" +- ac_fn_c_check_header_mongrel "$LINENO" "libmilter/mfapi.h" "ac_cv_header_libmilter_mfapi_h" "$ac_includes_default" ++ ac_fn_c_check_header_mongrel "$LINENO" "milter/mfapi.h" "ac_cv_header_libmilter_mfapi_h" "$ac_includes_default" if test "x$ac_cv_header_libmilter_mfapi_h" = x""yes; then : + cat >>confdefs.h <<_ACEOF + #define HAVE_LIBMILTER_MFAPI_H 1 diff -Nau libclamav/others.c.orig libclamav/others.c Index: libclamav/others.c --- libclamav/others.c.orig 2009-10-28 16:34:13.000000000 +0100