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

(-)a/eclass/qmail.eclass (-2 / +6 lines)
Lines 92-98 qmail_set_cc() { Link Here
92
92
93
	echo "${cc} ${CFLAGS} ${CPPFLAGS}"  > ./conf-cc || die 'Patching conf-cc failed.'
93
	echo "${cc} ${CFLAGS} ${CPPFLAGS}"  > ./conf-cc || die 'Patching conf-cc failed.'
94
	echo "${ld} ${LDFLAGS}" > ./conf-ld || die 'Patching conf-ld failed.'
94
	echo "${ld} ${LDFLAGS}" > ./conf-ld || die 'Patching conf-ld failed.'
95
	sed -e "s#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i make-makelib.sh || die
95
96
	# Some packages use qmail style make files, without make-makelib.sh
97
	# See bugs #902009, #902019
98
	if [[ -f make-makelib.sh ]]; then
99
		sed -e "s#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i make-makelib.sh || die
100
	fi
96
}
101
}
97
102
98
genqmail_src_unpack() {
103
genqmail_src_unpack() {
99
- 

Return to bug 902009