summaryrefslogtreecommitdiff
path: root/app-text/a2ps/files/a2ps-4.14-function-decl.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-20 14:00:29 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-20 14:00:29 +0100
commit40a480a83a10d1718e26a6f4fc54d271c1f13a95 (patch)
treebfe08ce789f69c5862fd8e5d1bc17b22f9f21b86 /app-text/a2ps/files/a2ps-4.14-function-decl.patch
parent2eda3a3b8ebdb3fc8552feb6f49e466d3bc8e88c (diff)
gentoo auto-resync : 20:10:2022 - 14:00:29
Diffstat (limited to 'app-text/a2ps/files/a2ps-4.14-function-decl.patch')
-rw-r--r--app-text/a2ps/files/a2ps-4.14-function-decl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/a2ps/files/a2ps-4.14-function-decl.patch b/app-text/a2ps/files/a2ps-4.14-function-decl.patch
new file mode 100644
index 000000000000..1b330723e95b
--- /dev/null
+++ b/app-text/a2ps/files/a2ps-4.14-function-decl.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/870763
+
+--- a2ps-4.14/lib/path-concat.c
++++ a2ps-4.14/lib/path-concat.c
+@@ -26,6 +26,7 @@
+ #endif
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #if HAVE_STRING_H
+ # include <string.h>
+ #endif