summaryrefslogtreecommitdiffstats
path: root/system/clamav/gcc47.patch
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-18 15:10:54 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-18 19:33:39 -0500
commit9818e85ad11a0de09681bb76a2b0fb17f49e57a8 (patch)
tree50b1a3bf8a3105a378776f5a3d27f5a16c131397 /system/clamav/gcc47.patch
parente31e91a3f35c29192d74524529216f237890f0ac (diff)
downloadslackbuilds-9818e85ad11a0de09681bb76a2b0fb17f49e57a8.tar.gz
slackbuilds-9818e85ad11a0de09681bb76a2b0fb17f49e57a8.tar.xz
system/clamav: Updated for version 0.97.6 and removed bashisms.
Double su in the logrotate script Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/clamav/gcc47.patch')
-rw-r--r--system/clamav/gcc47.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/clamav/gcc47.patch b/system/clamav/gcc47.patch
deleted file mode 100644
index 96c5af0a76..0000000000
--- a/system/clamav/gcc47.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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"