summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-04 08:15:42 +0000
committerSam James <sam@gentoo.org>2024-03-04 08:17:02 +0000
commit309ec4f9dc03f4e4ccd1daa2fc5009e3b99c2f75 (patch)
treed370eee9f95354bb4c99e06c020907689ddc4adf /net-irc
parentsys-libs/zlib: drop 1.3-r2 (diff)
downloadgentoo-309ec4f9dc03f4e4ccd1daa2fc5009e3b99c2f75.tar.gz
gentoo-309ec4f9dc03f4e4ccd1daa2fc5009e3b99c2f75.tar.bz2
gentoo-309ec4f9dc03f4e4ccd1daa2fc5009e3b99c2f75.zip
net-irc/bnc: filter LTO (SA), eautoreconf
Dead upstream. Closes: https://bugs.gentoo.org/861374 Closes: https://bugs.gentoo.org/900076 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/bnc/bnc-2.9.4-r3.ebuild (renamed from net-irc/bnc/bnc-2.9.4-r2.ebuild)12
1 files changed, 11 insertions, 1 deletions
diff --git a/net-irc/bnc/bnc-2.9.4-r2.ebuild b/net-irc/bnc/bnc-2.9.4-r3.ebuild
index 15f92bbc17b2..c13e65bd1123 100644
--- a/net-irc/bnc/bnc-2.9.4-r2.ebuild
+++ b/net-irc/bnc/bnc-2.9.4-r3.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+inherit autotools flag-o-matic
+
MY_P="${P/-/}"
DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server"
HOMEPAGE="http://gotbnc.com/"
@@ -25,11 +27,19 @@ PATCHES=(
src_prepare() {
default
+
sed -i -e 's:./mkpasswd:/usr/bin/bncmkpasswd:' bncsetup \
|| die 'failed to rename mkpasswd in bncsetup'
+
+ # bug #900076
+ eautoreconf
}
src_configure() {
+ # bug #861374
+ append-flags -fno-strict-aliasing
+ filter-lto
+
econf $(use_with ssl)
}