diff options
author | Vilius Sutkus '89 <Vilius@ViliusSutkus89.com> | 2024-08-20 16:44:10 +0300 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-08-27 10:24:49 +0200 |
commit | 95cd17a35eee9b5231c985a4504fa8ed147785ae (patch) | |
tree | b8cc15898d2a8e1694e5e5f93bfe05c03295bb90 /app-text | |
parent | gnome-extra/gnome-shell-extension-alphabetical-grid: drop 38.0, 39.0 (diff) | |
download | gentoo-95cd17a35eee9b5231c985a4504fa8ed147785ae.tar.gz gentoo-95cd17a35eee9b5231c985a4504fa8ed147785ae.tar.bz2 gentoo-95cd17a35eee9b5231c985a4504fa8ed147785ae.zip |
app-text/wv: Add gsf-doc-meta-data.patch
Signed-off-by: Vilius Sutkus '89 <Vilius@ViliusSutkus89.com>
Closes: https://github.com/gentoo/gentoo/pull/38218
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wv/files/wv-1.2.9-gsf-doc-meta-data.patch | 11 | ||||
-rw-r--r-- | app-text/wv/wv-1.2.9-r4.ebuild | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-text/wv/files/wv-1.2.9-gsf-doc-meta-data.patch b/app-text/wv/files/wv-1.2.9-gsf-doc-meta-data.patch new file mode 100644 index 000000000000..64aa7576224a --- /dev/null +++ b/app-text/wv/files/wv-1.2.9-gsf-doc-meta-data.patch @@ -0,0 +1,11 @@ +Bug: https://bugs.gentoo.org/936163 +--- wvSummary.c ++++ wvSummary.c 2024-08-20 16:14:11.260000000 +0300 +@@ -33,6 +33,7 @@ + #include <gsf/gsf-msole-utils.h> + #include <gsf/gsf-docprop-vector.h> + #include <gsf/gsf-meta-names.h> ++#include <gsf/gsf-doc-meta-data.h> + + #include <stdio.h> + #include <stdlib.h> diff --git a/app-text/wv/wv-1.2.9-r4.ebuild b/app-text/wv/wv-1.2.9-r4.ebuild index 4f6cf22d4f1e..e0ca468a887f 100644 --- a/app-text/wv/wv-1.2.9-r4.ebuild +++ b/app-text/wv/wv-1.2.9-r4.ebuild @@ -32,6 +32,7 @@ PATCHES=( "${FILESDIR}"/${P}-format-security.patch "${FILESDIR}"/${P}-C99-decls.patch "${FILESDIR}"/${P}-gcc14-build-fix.patch + "${FILESDIR}"/${P}-gsf-doc-meta-data.patch ) src_prepare() { |