aboutsummaryrefslogtreecommitdiffstats
path: root/testing/motion/strerror_r.patch
diff options
context:
space:
mode:
authorFusl <root@hallowe.lt>2018-01-10 05:49:49 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-01-27 13:49:10 +0000
commitf5e725820c8ff11c3c6d0700cded67947e5559b3 (patch)
treed70900580a589760e56b43c528c3fc645124a304 /testing/motion/strerror_r.patch
parentdb2d992298ae659be6e0abfd74f45ca93c936382 (diff)
downloadaports-f5e725820c8ff11c3c6d0700cded67947e5559b3.tar.bz2
aports-f5e725820c8ff11c3c6d0700cded67947e5559b3.tar.xz
testing/motion: upgrade to 4.1.1 to solve a randomly happening SIGSEGV issue
Diffstat (limited to 'testing/motion/strerror_r.patch')
-rw-r--r--testing/motion/strerror_r.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/motion/strerror_r.patch b/testing/motion/strerror_r.patch
deleted file mode 100644
index bbe625ecb7..0000000000
--- a/testing/motion/strerror_r.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- motion-4.0.1/motion.h
-+++ ./motion.h
-@@ -88,7 +88,7 @@
- #endif
-
- /* strerror_r() XSI vs GNU */
--#if (defined(BSD)) || ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE)
-+#if !defined(__GLIBC__) || (defined(BSD)) || ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE)
- #define XSI_STRERROR_R
- #endif
-