Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 640322 | Differences between
and this patch

Collapse All | Expand All

(-)gcl-2.6.10.ebuild (-1 / +3 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
Lines 59-64 Link Here
59
	epatch "${FILESDIR}"/${PN}-tcl-8.6.patch
59
	epatch "${FILESDIR}"/${PN}-tcl-8.6.patch
60
	epatch "${FILESDIR}"/${PN}-gmp-6.patch
60
	epatch "${FILESDIR}"/${PN}-gmp-6.patch
61
	epatch "${FILESDIR}"/${PN}-readline-6.3.patch
61
	epatch "${FILESDIR}"/${PN}-readline-6.3.patch
62
	epatch "${FILESDIR}"/${P}-sigaltstack.patch
62
63
63
	sed -e 's|"-fomit-frame-pointer"|""|' -i configure
64
	sed -e 's|"-fomit-frame-pointer"|""|' -i configure
64
	sed -e 's|@EXT@||g' debian/in.gcl.1 > gcl.1
65
	sed -e 's|@EXT@||g' debian/in.gcl.1 > gcl.1
Lines 67-72 Link Here
67
src_configure() {
68
src_configure() {
68
	strip-flags
69
	strip-flags
69
	filter-flags -fstack-protector -fstack-protector-all
70
	filter-flags -fstack-protector -fstack-protector-all
71
	append-cflags $(test-flags-CC -fgnu89-inline)
70
72
71
	local tcl=""
73
	local tcl=""
72
	if use tk; then
74
	if use tk; then

Return to bug 640322