summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-03-16 13:23:34 +0100
committerLars Wendler <polynomial-c@gentoo.org>2021-03-16 14:19:42 +0100
commitfb3ef54d0a6a8e3e8e24dddc0b151d1aaeedf38c (patch)
tree13fd94bffa875ad88bdff3affbb483518738c1a3 /dev-libs/libmcrypt
parentpackage.mask: last-rite dev-libs/zookeeper-c (diff)
downloadgentoo-fb3ef54d0a6a8e3e8e24dddc0b151d1aaeedf38c.tar.gz
gentoo-fb3ef54d0a6a8e3e8e24dddc0b151d1aaeedf38c.tar.bz2
gentoo-fb3ef54d0a6a8e3e8e24dddc0b151d1aaeedf38c.zip
dev-libs/libmcrypt: Fixed build with >=sys-devel/autoconf-2.70
Closes: https://bugs.gentoo.org/775113 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-libs/libmcrypt')
-rw-r--r--dev-libs/libmcrypt/files/libmcrypt-2.5.8-autoconf-2.70.patch16
-rw-r--r--dev-libs/libmcrypt/libmcrypt-2.5.8-r4.ebuild1
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/libmcrypt/files/libmcrypt-2.5.8-autoconf-2.70.patch b/dev-libs/libmcrypt/files/libmcrypt-2.5.8-autoconf-2.70.patch
new file mode 100644
index 000000000000..0fa3bc0e7ce1
--- /dev/null
+++ b/dev-libs/libmcrypt/files/libmcrypt-2.5.8-autoconf-2.70.patch
@@ -0,0 +1,16 @@
+--- libmcrypt-2.5.8/libltdl/configure.in
++++ libmcrypt-2.5.8/libltdl/configure.in
+@@ -2,13 +2,6 @@
+
+ AC_INIT(ltdl.c)
+
+-dnl We shouldn't be using these internal macros of autoconf,
+-dnl but CONFIG_AUX_DIR($with_auxdir) breaks automake.
+-AC_ARG_WITH(auxdir,
+-[ --with-auxdir=DIR path to autoconf auxiliary files],
+-[AC_CONFIG_AUX_DIRS($with_auxdir)],
+-[AC_CONFIG_AUX_DIR_DEFAULT])
+-
+ if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then
+ if test -f ${srcdir}/ltmain.sh; then
+ # if libltdl is libtoolized, it is assumed to be stand-alone and
diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r4.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.8-r4.ebuild
index 8aa8182e9387..d8332e4f7509 100644
--- a/dev-libs/libmcrypt/libmcrypt-2.5.8-r4.ebuild
+++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r4.ebuild
@@ -21,6 +21,7 @@ DOCS=(
PATCHES=(
"${FILESDIR}/${P}-rotate-mask.patch"
+ "${FILESDIR}/${P}-autoconf-2.70.patch" #775113
)
src_prepare() {