diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-06-30 12:11:08 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-30 12:11:08 -0400 |
commit | d53154c60e4cb0184686ab97b109260f263aafed (patch) | |
tree | 582fa0386b8b711159a5c16d99f41304112bf05e /system/clamav/gcc47.patch | |
parent | 4eaa53d93d417fe67c60ecb26c3a922aa5160ea2 (diff) |
system/clamav: Updated for version 0.97.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/clamav/gcc47.patch')
-rw-r--r-- | system/clamav/gcc47.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/clamav/gcc47.patch b/system/clamav/gcc47.patch new file mode 100644 index 0000000000000..96c5af0a7610c --- /dev/null +++ b/system/clamav/gcc47.patch @@ -0,0 +1,11 @@ +diff -Naur clamav-0.97.4.orig/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp clamav-0.97.4/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp +--- clamav-0.97.4.orig/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp 2012-03-06 17:31:31.000000000 +0100 ++++ clamav-0.97.4/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp 2012-04-02 15:21:58.172989384 +0200 +@@ -15,6 +15,7 @@ + // + //===----------------------------------------------------------------------===// + ++#include "unistd.h" + #include "JIT.h" + #include "llvm/Support/ErrorHandling.h" + #include "llvm/System/DynamicLibrary.h" |