summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-07-07 12:12:43 +0200
committerJeroen Roovers <jer@gentoo.org>2016-07-07 12:27:39 +0200
commit9d6dd3a496d322908591aa99e364bca59f677bea (patch)
treeb4b6925b7541c689f7f5fa05c1649ffe50fdd97f /app-arch/dpkg/files
parentmedia-gfx/graphite2: x86 stable wrt bug #585354 (diff)
downloadgentoo-9d6dd3a496d322908591aa99e364bca59f677bea.tar.gz
gentoo-9d6dd3a496d322908591aa99e364bca59f677bea.tar.bz2
gentoo-9d6dd3a496d322908591aa99e364bca59f677bea.zip
app-arch/dpkg: Version bump.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-arch/dpkg/files')
-rw-r--r--app-arch/dpkg/files/dpkg-1.18.9-strerror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-arch/dpkg/files/dpkg-1.18.9-strerror.patch b/app-arch/dpkg/files/dpkg-1.18.9-strerror.patch
new file mode 100644
index 000000000000..9cc0387fdbaf
--- /dev/null
+++ b/app-arch/dpkg/files/dpkg-1.18.9-strerror.patch
@@ -0,0 +1,11 @@
+--- a/lib/dpkg/path-remove.c
++++ b/lib/dpkg/path-remove.c
+@@ -28,6 +28,8 @@
+ #include <errno.h>
+ #include <unistd.h>
+
++#include <string.h> /* strerror() */
++
+ #include <dpkg/i18n.h>
+ #include <dpkg/dpkg.h>
+ #include <dpkg/path.h>