aboutsummaryrefslogtreecommitdiffstats
path: root/main/clamav
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-28 23:27:25 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-28 23:27:25 +0100
commit238b6bccbab3b844079fa109d5cee096b81756d3 (patch)
tree136316a172b542efbaa096fa0bf9ed5e28690b44 /main/clamav
parent4b37d4e75716b602a0c0591f105ed1d7fe36d570 (diff)
downloadaports-238b6bccbab3b844079fa109d5cee096b81756d3.tar.bz2
aports-238b6bccbab3b844079fa109d5cee096b81756d3.tar.xz
Remove stale patches
Those are patches that are no longer applied by their packages
Diffstat (limited to 'main/clamav')
-rw-r--r--main/clamav/arm.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/main/clamav/arm.patch b/main/clamav/arm.patch
deleted file mode 100644
index d503679b7c..0000000000
--- a/main/clamav/arm.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://raw.github.com/archlinuxarm/PKGBUILDs/master/extra/clamav/arm.patch
-
-diff -urN a/clamd/fan-syscalllib.h b/clamd/fan-syscalllib.h
---- a/clamd/fan-syscalllib.h 2013-09-16 13:28:14.000000000 -0600
-+++ b/clamd/fan-syscalllib.h 2013-09-19 21:29:47.314868930 -0600
-@@ -10,6 +10,9 @@
- #elif defined(__i386__)
- # define __NR_fanotify_init 338
- # define __NR_fanotify_mark 339
-+#elif defined(__ARM_EABI__)
-+# define __NR_fanotify_init 367
-+# define __NR_fanotify_mark 368
- #else
- # error "System call numbers not defined for this architecture"
- #endif