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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- app-misc/beep/beep-1.2.2-r1.ebuild
0
++ app-misc/beep/beep-1.2.2-r1.ebuild
Lines 16-22 Link Here
16
PATCHES="${FILESDIR}/${P}-nosuid.patch"
16
PATCHES="${FILESDIR}/${P}-nosuid.patch"
17
17
18
src_compile() {
18
src_compile() {
19
	emake FLAGS="${CFLAGS}" || die "compile problem"
19
	emake FLAGS="${CFLAGS} ${LDFLAGS}" || die "compile problem"
20
}
20
}
21
21
22
src_install() {
22
src_install() {

Return to bug 181434