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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- eclass/perl-module.eclass
0
++ eclass/perl-module.eclass
Lines 145-151 Link Here
145
	perlinfo
145
	perlinfo
146
	[ "${SRC_PREP}" != "yes" ] && perl-module_src_prep
146
	[ "${SRC_PREP}" != "yes" ] && perl-module_src_prep
147
	if [ -f Makefile ]; then
147
	if [ -f Makefile ]; then
148
		make ${mymake} || die "compilation failed"
148
		make OTHERLDFLAGS="${LDFLAGS}" ${mymake} || die "compilation failed"
149
	elif [ -f Build ]; then
149
	elif [ -f Build ]; then
150
		perl Build build || die "compilation failed"
150
		perl Build build || die "compilation failed"
151
	fi
151
	fi

Return to bug 233354