mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/isl: drop LDFLAGS mangling for .pc files
Upstream package was fixed in 0.12 and later: https://repo.or.cz/isl.git/commitdiff/65b05de4da9bf21178f37ca3e26a048d15fdb52e Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -21,15 +21,9 @@ DEPEND="${RDEPEND}
|
||||
|
||||
DOCS=( ChangeLog AUTHORS doc/manual.pdf )
|
||||
|
||||
src_prepare() {
|
||||
eapply "${FILESDIR}"/${PN}-0.19-gdb-autoload-dir.patch
|
||||
|
||||
# m4/ax_create_pkgconfig_info.m4 is broken but avoid eautoreconf
|
||||
# https://groups.google.com/group/isl-development/t/37ad876557e50f2c
|
||||
sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die #382737
|
||||
|
||||
eapply_user
|
||||
}
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.19-gdb-autoload-dir.patch
|
||||
)
|
||||
|
||||
multilib_src_configure() {
|
||||
ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
|
||||
|
||||
Reference in New Issue
Block a user