summaryrefslogtreecommitdiff
path: root/media-sound/gtick/files/gtick-0.5.5-autotools.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-18 12:04:39 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-18 12:04:39 +0100
commit2d01b3d133c0fbf17de8d7b47905585af88bd6e4 (patch)
treef74eb9a3d16ed25f8c15b825f4d28b759ae99a42 /media-sound/gtick/files/gtick-0.5.5-autotools.patch
parent97bacba3ead078e5db8b87ab651a3ffa7d82f60f (diff)
gentoo auto-resync : 18:04:2024 - 12:04:39
Diffstat (limited to 'media-sound/gtick/files/gtick-0.5.5-autotools.patch')
-rw-r--r--media-sound/gtick/files/gtick-0.5.5-autotools.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/media-sound/gtick/files/gtick-0.5.5-autotools.patch b/media-sound/gtick/files/gtick-0.5.5-autotools.patch
new file mode 100644
index 000000000000..e1b8b16d5b96
--- /dev/null
+++ b/media-sound/gtick/files/gtick-0.5.5-autotools.patch
@@ -0,0 +1,27 @@
+--- a/configure.ac 2020-05-17 13:08:52.000000000 +0300
++++ b/configure.ac 2024-04-18 07:54:45.000000000 +0300
+@@ -24,7 +24,6 @@
+
+ # Checks for libraries.
+ AC_CHECK_LIB([m], [floor])
+-AC_CHECK_LIB([sndfile], [sf_open])
+ AC_CHECK_LIB([check], [fail_if])
+ AC_CHECK_LIB([dmalloc], [dmalloc_debug])
+
+@@ -71,7 +70,7 @@
+ fi
+
+ # GNU gettext
+-AM_GNU_GETTEXT
++AM_GNU_GETTEXT(external)
+ AM_GNU_GETTEXT_VERSION(0.19.8)
+
+ # directory containing configuration support files
+--- a/Makefile.am 2014-07-27 21:32:03.000000000 +0400
++++ b/Makefile.am 2024-04-18 07:54:01.400000000 +0300
+@@ -1,4 +1,4 @@
+-SUBDIRS = doc intl po src testsuite
++SUBDIRS = doc po src testsuite
+
+ EXTRA_DIST = config.rpath \
+ autogen.sh \