mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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>
10 lines
314 B
Diff
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.
|