diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-13 08:16:40 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-13 08:16:40 +0000 |
commit | 8e9ddc579f1587d5ca7499cad72d489eb60f53f4 (patch) | |
tree | 1e9b6d59f0c5791b622545e0c25dce59fa75008b /security/clamav/files/patch-libclamav_clamav.h | |
parent | Add p5-Devel-Arena 0.04, (diff) |
- 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 <ports-bugs@dino.sk> [2]
Notes
Notes:
svn path=/head/; revision=135177
Diffstat (limited to 'security/clamav/files/patch-libclamav_clamav.h')
-rw-r--r-- | security/clamav/files/patch-libclamav_clamav.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |