wok-current diff pkg-config/stuff/1031-fix-glib-gettext-m4-error.patch @ rev 25785
Mass rebuild after bump to glibc 2.31, add epson printer and scanner package
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jul 15 20:40:17 2025 +0000 (3 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pkg-config/stuff/1031-fix-glib-gettext-m4-error.patch Tue Jul 15 20:40:17 2025 +0000 1.3 @@ -0,0 +1,13 @@ 1.4 +--- a/glib/m4macros/glib-gettext.m4 2016-08-30 17:11:06.937292400 +0200 1.5 ++++ b/glib/m4macros/glib-gettext.m4 2016-08-30 17:11:28.137412200 +0200 1.6 +@@ -36,8 +36,8 @@ 1.7 + dnl try to pull in the installed version of these macros 1.8 + dnl when running aclocal in the glib directory. 1.9 + dnl 1.10 +-m4_copy([AC_DEFUN],[glib_DEFUN]) 1.11 +-m4_copy([AC_REQUIRE],[glib_REQUIRE]) 1.12 ++m4_copy_force([AC_DEFUN],[glib_DEFUN]) 1.13 ++m4_copy_force([AC_REQUIRE],[glib_REQUIRE]) 1.14 + dnl 1.15 + dnl At the end, if we're not within glib, we'll define the public 1.16 + dnl definitions in terms of our private definitions.