diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-02-03 17:19:43 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-02-03 17:19:43 +0000 |
commit | e6105bd5f940b8e44831bfc08b7c98ab0040a33d (patch) | |
tree | 059b28917f3c1015aa47b196815a81dbe8fcebc0 /app-pda/gtkpod | |
parent | gui-wm/gamescope: Pin back stb dependency due to breakage (diff) | |
download | gentoo-e6105bd5f940b8e44831bfc08b7c98ab0040a33d.tar.gz gentoo-e6105bd5f940b8e44831bfc08b7c98ab0040a33d.tar.bz2 gentoo-e6105bd5f940b8e44831bfc08b7c98ab0040a33d.zip |
app-pda/gtkpod: Patch fix implicit declaration
Closes: https://bugs.gentoo.org/923708
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-pda/gtkpod')
-rw-r--r-- | app-pda/gtkpod/files/gtkpod-2.1.5-conformance.patch | 11 | ||||
-rw-r--r-- | app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/app-pda/gtkpod/files/gtkpod-2.1.5-conformance.patch b/app-pda/gtkpod/files/gtkpod-2.1.5-conformance.patch new file mode 100644 index 000000000000..f0fadb31ea2d --- /dev/null +++ b/app-pda/gtkpod/files/gtkpod-2.1.5-conformance.patch @@ -0,0 +1,11 @@ +diff -Naur a/libgtkpod/misc.c b/libgtkpod/misc.c +--- a/libgtkpod/misc.c 2015-06-02 19:14:21.000000000 +0100 ++++ b/libgtkpod/misc.c 2024-02-03 17:14:10.900114317 +0000 +@@ -39,6 +39,7 @@ + #include <sys/wait.h> + #include <unistd.h> + #include <glib/gi18n-lib.h> ++#include <libxml/parser.h> + #include "charset.h" + #include "clientserver.h" + #include "misc.h" diff --git a/app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild b/app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild index 7f8ac5a5bf01..85783a6bb692 100644 --- a/app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild +++ b/app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild @@ -9,7 +9,7 @@ EAPI=8 inherit autotools flag-o-matic gnome2-utils xdg #python-single-r1 DESCRIPTION="A graphical user interface to the Apple productline" -HOMEPAGE="http://www.gtkpod.org/" +HOMEPAGE="https://sourceforge.net/projects/gtkpod/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 FDL-1.2" @@ -68,6 +68,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-2.1.3-gold.patch "${FILESDIR}"/${PN}-2.1.5-m4a.patch + "${FILESDIR}"/${PN}-2.1.5-conformance.patch ) src_prepare() { |