From 8e9ddc579f1587d5ca7499cad72d489eb60f53f4 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Fri, 13 May 2005 08:16:40 +0000 Subject: - Update to 0.85 [1] - Fix syntax of "extern C" wrappers in .h files [2] - Use SUB_FILES facility - Polish the Makefile PR: ports/80947 Submitted by: maintainer [1], Milan Obuch [2] --- security/clamav/files/patch-libclamav_clamav.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/clamav/files/patch-libclamav_clamav.h (limited to 'security/clamav/files/patch-libclamav_clamav.h') diff --git a/security/clamav/files/patch-libclamav_clamav.h b/security/clamav/files/patch-libclamav_clamav.h new file mode 100644 index 000000000000..a67b0cfbf6bd --- /dev/null +++ b/security/clamav/files/patch-libclamav_clamav.h @@ -0,0 +1,11 @@ +--- libclamav/clamav.h.orig Fri May 13 09:11:42 2005 ++++ libclamav/clamav.h Fri May 13 09:11:46 2005 +@@ -221,7 +221,7 @@ + extern const char *cl_perror(int clerror); /* deprecated */ + + #ifdef __cplusplus +-}; ++} + #endif + + #endif -- cgit v1.2.3