summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2022-01-18 09:47:41 -0500
committerMichael Orlitzky <mjo@gentoo.org>2022-01-18 09:47:57 -0500
commit3479b00f345a3df28d032ea905246867650168e0 (patch)
tree173f08cc9ff1050661a7d62dc0bc6d7c45b64716 /dev-libs
parentnet-libs/ngtcp2: 0.1.0 version bump (diff)
downloadgentoo-3479b00f345a3df28d032ea905246867650168e0.tar.gz
gentoo-3479b00f345a3df28d032ea905246867650168e0.tar.bz2
gentoo-3479b00f345a3df28d032ea905246867650168e0.zip
dev-libs/ntl: new upstream version 11.5.1.
Closes: https://bugs.gentoo.org/718892 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/ntl/Manifest1
-rw-r--r--dev-libs/ntl/ntl-11.5.1.ebuild (renamed from dev-libs/ntl/ntl-11.4.4-r1.ebuild)7
2 files changed, 7 insertions, 1 deletions
diff --git a/dev-libs/ntl/Manifest b/dev-libs/ntl/Manifest
index ea540e36f6a4..c44f36699663 100644
--- a/dev-libs/ntl/Manifest
+++ b/dev-libs/ntl/Manifest
@@ -1 +1,2 @@
DIST ntl-11.4.4.tar.gz 2378708 BLAKE2B 9a4c85bbe2fd2d3360988e0c350864fc0a05714e39ce3972228d93aba17f0dc079c90fbe40ab9d72116d1e31f55328bbd5cc71cd080e42ea33bc92361b4462aa SHA512 ed89d82008ca8785cb3d69de9577f42abe464dabf167ea2aaf801951843fc427d41171cbaac2f0cf68f35110d029cc28a65bd5aad69d30e7312f5ebcb0b58911
+DIST ntl-11.5.1.tar.gz 2304103 BLAKE2B 92284383451c7a810f7ee8d9a82836695d19d2a2e46b71c8c60b00acb77f4b4d3bad5497a309616a3e3188567d20203f5ad31295130ab0f3ace08417188c9fda SHA512 cf1f642b8a0f9cdc6dda888e07183817dc67ff494e56a852053aeb15b3d2a0e61fbc05824779c5d1f20b8115fba6f97266acf7e0b0b527c25df5989c86d5928f
diff --git a/dev-libs/ntl/ntl-11.4.4-r1.ebuild b/dev-libs/ntl/ntl-11.5.1.ebuild
index cc4a14f83cd4..cc0f2835f57f 100644
--- a/dev-libs/ntl/ntl-11.4.4-r1.ebuild
+++ b/dev-libs/ntl/ntl-11.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,6 +32,11 @@ src_unpack() {
}
src_configure() {
+ # The DoConfig script builds its own libtool, but doesn't
+ # really try to set up the build environment (bug 718892).
+ export CC=$(tc-getCC)
+ export CXX=$(tc-getCXX)
+
# Currently the build system can build a static library or both
# static and shared libraries, but not only shared libraries. The
# name NTL_GMP_LIP is *not* a typo.