aboutsummaryrefslogtreecommitdiffstats
path: root/main/exiv2/fix_libc_definitions.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-12 18:56:41 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-19 09:27:06 +0000
commit8258ba8ec422920f8ba0972a04bad14574ab412a (patch)
tree6fd74fc22bf1389d167fc8b26cd9afa533dae404 /main/exiv2/fix_libc_definitions.patch
parent3f72c4daed6bf8b1ebaeed8b77cb043a1d8dafd6 (diff)
downloadaports-8258ba8ec422920f8ba0972a04bad14574ab412a.tar.bz2
aports-8258ba8ec422920f8ba0972a04bad14574ab412a.tar.xz
main/exiv2: bump to 0.26, modernise, mark no tests
Diffstat (limited to 'main/exiv2/fix_libc_definitions.patch')
-rw-r--r--main/exiv2/fix_libc_definitions.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/exiv2/fix_libc_definitions.patch b/main/exiv2/fix_libc_definitions.patch
deleted file mode 100644
index 1a58b37c36..0000000000
--- a/main/exiv2/fix_libc_definitions.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/futils.cpp
-+++ b/src/futils.cpp
-@@ -333,7 +333,7 @@
- #ifdef EXV_HAVE_STRERROR_R
- const size_t n = 1024;
- // _GNU_SOURCE: See Debian bug #485135
--# if defined EXV_STRERROR_R_CHAR_P && defined _GNU_SOURCE
-+# if defined EXV_STRERROR_R_CHAR_P && defined _GNU_SOURCE && defined GLIBC
- char *buf = 0;
- char buf2[n];
- std::memset(buf2, 0x0, n);