summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Jäger <pascal.jaeger@leimstift.de>2023-09-18 14:28:06 +0200
committerViorel Munteanu <ceamac@gentoo.org>2023-10-16 09:09:45 +0300
commitd475d108d33110a89a72332e35543c2448315be0 (patch)
tree7480ba78d480334b77988043187f3860b78f5e6a /x11-plugins/astime/files/astime-2.8-remove-double-config.h-autotools.patch
parentmedia-libs/noise-suppression-for-voice: add 1.03, update live (diff)
downloadgentoo-d475d108d33110a89a72332e35543c2448315be0.tar.gz
gentoo-d475d108d33110a89a72332e35543c2448315be0.tar.bz2
gentoo-d475d108d33110a89a72332e35543c2448315be0.zip
x11-plugins/astime: revbump, fix build for clang16
EAPI bump Fix homepage Closes: https://bugs.gentoo.org/874714 Closes: https://bugs.gentoo.org/882175 Closes: https://bugs.gentoo.org/898458 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/32902 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'x11-plugins/astime/files/astime-2.8-remove-double-config.h-autotools.patch')
-rw-r--r--x11-plugins/astime/files/astime-2.8-remove-double-config.h-autotools.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-plugins/astime/files/astime-2.8-remove-double-config.h-autotools.patch b/x11-plugins/astime/files/astime-2.8-remove-double-config.h-autotools.patch
new file mode 100644
index 000000000000..bcfba897fcb8
--- /dev/null
+++ b/x11-plugins/astime/files/astime-2.8-remove-double-config.h-autotools.patch
@@ -0,0 +1,27 @@
+In order to do a full eautoreconf we need to remove the double declarations of config.h in configure.in
+
+Bug: https://bugs.gentoo.org/874714
+Bug: https://bugs.gentoo.org/898458
+Patch has been sent to upstream via mail
+
+# Pascal Jäger <pascal.jaeger@leimstift.de> (2023-09-18)
+
+--- a/autoconf/configure.in
++++ b/autoconf/configure.in
+@@ -60,7 +60,6 @@ AC_PATH_XTRA
+ AC_CHECK_HEADERS(sys/wait.h sys/time.h)
+ AC_CHECK_HEADERS(sys/statvfs.h sys/vfs.h sys/mount.h ustat.h)
+ AC_CHECK_HEADERS(machine/soundcard.h linux/soundcard.h linux/radio.h)
+-AC_CONFIG_HEADER(config.h)
+
+ dnl# Check for X
+
+@@ -120,8 +119,6 @@ AC_SUBST(with_afterdir)
+
+ dnl# Write results
+
+-AC_CONFIG_HEADER(config.h)
+-
+ dnl# Common parts of the Makefile
+ MAKEFILEDEFINES=./autoconf/Makefile.defines
+ MAKEFILECOMMON=./autoconf/Makefile.common