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

Collapse All | Expand All

(-)schemik-1.2.40.0.ebuild.orig (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit toolchain-funcs versionator
7
inherit eutils toolchain-funcs versionator
8
8
9
DESCRIPTION="High-level lexically-scoped implicitly-parallel dialect of Scheme and Common LISP"
9
DESCRIPTION="High-level lexically-scoped implicitly-parallel dialect of Scheme and Common LISP"
10
HOMEPAGE="http://schemik.sourceforge.net/"
10
HOMEPAGE="http://schemik.sourceforge.net/"
Lines 22-27 Link Here
22
DEPEND="${RDEPEND}"
22
DEPEND="${RDEPEND}"
23
23
24
src_prepare() {
24
src_prepare() {
25
	epatch "${FILESDIR}"/${P}-asneeded.patch
25
	sed -i -e 's/\(COMP_ARGS=\)-g \(-Wall -Winline\) -O2/\1$(CFLAGS) \2/' \
26
	sed -i -e 's/\(COMP_ARGS=\)-g \(-Wall -Winline\) -O2/\1$(CFLAGS) \2/' \
26
	Makefile || die "patching Makefile failed"
27
	Makefile || die "patching Makefile failed"
27
}
28
}

Return to bug 330623