summaryrefslogtreecommitdiff
path: root/media-radio/xwxapt/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
commit29aabba0ea759c6a2864ff5631735b67ee38e5e0 (patch)
treeab466b4dfa7abecb401b2f8039d08af4689306bb /media-radio/xwxapt/files
parentd42200bec37eef2a7478d88988ff00addd0a9202 (diff)
gentoo resync : 05.02.2020
Diffstat (limited to 'media-radio/xwxapt/files')
-rw-r--r--media-radio/xwxapt/files/xwxapt-3.4.2-fix-autotools.patch (renamed from media-radio/xwxapt/files/xwxapt-3.3-install.patch)25
1 files changed, 23 insertions, 2 deletions
diff --git a/media-radio/xwxapt/files/xwxapt-3.3-install.patch b/media-radio/xwxapt/files/xwxapt-3.4.2-fix-autotools.patch
index eed2464d3706..7f1592e9825d 100644
--- a/media-radio/xwxapt/files/xwxapt-3.3-install.patch
+++ b/media-radio/xwxapt/files/xwxapt-3.4.2-fix-autotools.patch
@@ -1,5 +1,26 @@
---- Makefile.am.orig 2018-01-22 19:40:47.638751354 +0100
-+++ Makefile.am 2018-01-22 19:41:28.830090441 +0100
+--- a/configure.ac
++++ b/configure.ac
+@@ -35,17 +35,16 @@
+ AC_CHECK_LIB([gmodule-2.0], [g_module_open])
+
+ # Internationalization tools
++AM_GNU_GETTEXT([external])
+ AM_GNU_GETTEXT_VERSION([0.19.8])
+ GETTEXT_PACKAGE=xwxapt
+ AC_SUBST(GETTEXT_PACKAGE)
+ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext package.])
+-AM_GNU_GETTEXT
+ PROGRAMNAME_LOCALEDIR=[${datadir}/locale]
+ AC_SUBST(PROGRAMNAME_LOCALEDIR)
+
+ # Add the languages which your application supports here.
+ ALL_LINGUAS=""
+-AM_GNU_GETTEXT
+
+ # Checks for header files.
+ AC_CHECK_HEADERS([libintl.h stdlib.h string.h unistd.h])
+--- a/Makefile.am
++++ b/Makefile.am
@@ -48,18 +48,5 @@
if test -d files/; then \
cp files/$(PACKAGE).desktop $(DESTDIR)/usr/share/applications/; \