summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-01-16 11:59:51 -0500
committerMike Gilbert <floppym@gentoo.org>2022-01-16 12:04:06 -0500
commit88bf48e60a417c3588770b243d445b3712ca53d7 (patch)
treedc81ba8a5f310e3171cc5e37afa7c7f73a88c5ec /net-misc
parentnet-misc/wget: simplify hack in src_prepare (diff)
downloadgentoo-88bf48e60a417c3588770b243d445b3712ca53d7.tar.gz
gentoo-88bf48e60a417c3588770b243d445b3712ca53d7.tar.bz2
gentoo-88bf48e60a417c3588770b243d445b3712ca53d7.zip
net-misc/wget: simplify configure hack
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/wget/wget-1.21.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
index 5188493fdfcb..5ccba5ae93b2 100644
--- a/net-misc/wget/wget-1.21.2.ebuild
+++ b/net-misc/wget/wget-1.21.2.ebuild
@@ -84,6 +84,7 @@ src_configure() {
# Further, libunistring is only needed w/older libidn2 installs,
# and since we force the latest, we can force off libunistring. #612498
local myeconfargs=(
+ ac_cv_libunistring=no
--disable-assert
--disable-pcre
--disable-rpath
@@ -104,6 +105,5 @@ src_configure() {
$(use_with uuid libuuid)
$(use_with zlib)
)
- ac_cv_libunistring=no \
econf "${myeconfargs[@]}"
}