gentoo/dev-libs/log4cpp/files/log4cpp-1.1.3-fix-version.patch
Sam James c9f084957a
dev-libs/log4cpp: update EAPI 6 -> 8, avoid Bashism issues w/ configure
Not bothering to patch it, just force CONFIG_SHELL as Bash given
upstream is dead.

Closes: https://bugs.gentoo.org/763570
Signed-off-by: Sam James <sam@gentoo.org>
2022-05-26 01:27:32 +01:00

10 lines
314 B
Diff

https://src.fedoraproject.org/rpms/log4cpp/raw/rawhide/f/log4cpp-version-1.1.3.patch
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(log4cpp, 1.1)
+AC_INIT(log4cpp, 1.1.3)
# autoconf 2.50 or higher to rebuild aclocal.m4, because the
# AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro.