wok-current annotate 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 |
rev | line source |
---|---|
shann@25785 | 1 --- a/glib/m4macros/glib-gettext.m4 2016-08-30 17:11:06.937292400 +0200 |
shann@25785 | 2 +++ b/glib/m4macros/glib-gettext.m4 2016-08-30 17:11:28.137412200 +0200 |
shann@25785 | 3 @@ -36,8 +36,8 @@ |
shann@25785 | 4 dnl try to pull in the installed version of these macros |
shann@25785 | 5 dnl when running aclocal in the glib directory. |
shann@25785 | 6 dnl |
shann@25785 | 7 -m4_copy([AC_DEFUN],[glib_DEFUN]) |
shann@25785 | 8 -m4_copy([AC_REQUIRE],[glib_REQUIRE]) |
shann@25785 | 9 +m4_copy_force([AC_DEFUN],[glib_DEFUN]) |
shann@25785 | 10 +m4_copy_force([AC_REQUIRE],[glib_REQUIRE]) |
shann@25785 | 11 dnl |
shann@25785 | 12 dnl At the end, if we're not within glib, we'll define the public |
shann@25785 | 13 dnl definitions in terms of our private definitions. |