Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377297
Collapse All | Expand All

(-)bitlbee-3.0.3.ebuild (+4 lines)
Lines 121-126 Link Here
121
		-e "s/CFLAGS=.*$/CFLAGS=${CFLAGS}/" \
121
		-e "s/CFLAGS=.*$/CFLAGS=${CFLAGS}/" \
122
		-e "/^EFLAGS/s:=:&${LDFLAGS} :" \
122
		-e "/^EFLAGS/s:=:&${LDFLAGS} :" \
123
		Makefile.settings || die "sed failed"
123
		Makefile.settings || die "sed failed"
124
	if use debug; then
125
		echo "CFLAGS+=-DDEBUG" >> Makefile.settings \
126
			|| die "Failed to add -DDEBUG"
127
	fi
124
}
128
}
125
129
126
src_install() {
130
src_install() {

Return to bug 377297