summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-26 01:27:19 +0100
committerSam James <sam@gentoo.org>2022-05-26 01:27:32 +0100
commitc9f084957aeb97d4d449f38f90824fcd12445ddc (patch)
treed43aee65f80399ece3b3b457c759cf6a5816668a /dev-libs/log4cpp/files
parentsci-mathematics/octave: add sundials upper bound (diff)
downloadgentoo-c9f084957aeb97d4d449f38f90824fcd12445ddc.tar.gz
gentoo-c9f084957aeb97d4d449f38f90824fcd12445ddc.tar.bz2
gentoo-c9f084957aeb97d4d449f38f90824fcd12445ddc.zip
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>
Diffstat (limited to 'dev-libs/log4cpp/files')
-rw-r--r--dev-libs/log4cpp/files/log4cpp-1.1.3-fix-version.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-libs/log4cpp/files/log4cpp-1.1.3-fix-version.patch b/dev-libs/log4cpp/files/log4cpp-1.1.3-fix-version.patch
new file mode 100644
index 000000000000..9676bacfc9dd
--- /dev/null
+++ b/dev-libs/log4cpp/files/log4cpp-1.1.3-fix-version.patch
@@ -0,0 +1,9 @@
+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.