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

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- R-2.14.1.ebuild
0
++ R-2.14.1.ebuild
Lines 80-86 Link Here
80
	sed -i \
80
	sed -i \
81
		-e 's:\.\./manual/:manual/:g' \
81
		-e 's:\.\./manual/:manual/:g' \
82
		$(grep -Flr ../manual/ doc) || die "sed for HTML links failed"
82
		$(grep -Flr ../manual/ doc) || die "sed for HTML links failed"
83
83
	sed -i \
84
		-e 's/_pcre_valid_utf8/_pcre_valid_utf/' \
85
		src/main/util.c || die "sed for libpcre failed"
86
	
84
	use lapack && \
87
	use lapack && \
85
		export LAPACK_LIBS="$(pkg-config --libs lapack)"
88
		export LAPACK_LIBS="$(pkg-config --libs lapack)"
86
89

Return to bug 402373