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

(-)/usr/portage/sys-apps/kbd/kbd-1.06-r1.ebuild (+6 lines)
Lines 16-21 Link Here
16
16
17
src_compile() {
17
src_compile() {
18
	local myopts
18
	local myopts
19
20
	# fixes makefile so that it uses the CFLAGS from portage. Fixes 21320
21
    cp src/Makefile.in src/Makefile.in.orig
22
	sed -e "s:-O2:${CFLAGS}:g" src/Makefile.in.orig > src/Makefile.in
23
		 
24
	
19
	# non-standard configure script; --di to disable NLS, nothing to enable it.	
25
	# non-standard configure script; --di to disable NLS, nothing to enable it.	
20
	use nls || myopts="--di"
26
	use nls || myopts="--di"
21
	./configure --mandir=/usr/share/man \
27
	./configure --mandir=/usr/share/man \

Return to bug 21320