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

(-)/usr/portage/sci-libs/qrupdate/qrupdate-1.1.0-r1.ebuild (-1 / +7 lines)
Lines 27-33 Link Here
27
	# both patches below are already in upstream SVN
27
	# both patches below are already in upstream SVN
28
	epatch "${FILESDIR}"/${PN}-1.1.0-darwin-dylib.patch
28
	epatch "${FILESDIR}"/${PN}-1.1.0-darwin-dylib.patch
29
	epatch "${FILESDIR}"/${PN}-1.1.0-destdir.patch
29
	epatch "${FILESDIR}"/${PN}-1.1.0-destdir.patch
30
30
	# dont know what is upstream but that need to come last
31
	epatch "${FILESDIR}"/${PN}-1.1.0-install.patch
32
	
31
	local BLAS_LIBS="$(pkg-config --libs blas)"
33
	local BLAS_LIBS="$(pkg-config --libs blas)"
32
	local LAPACK_LIBS="$(pkg-config --libs lapack)"
34
	local LAPACK_LIBS="$(pkg-config --libs lapack)"
33
35
Lines 39-44 Link Here
39
		-e "/^LIBDIR=/a\PREFIX=${EPREFIX}/usr" \
41
		-e "/^LIBDIR=/a\PREFIX=${EPREFIX}/usr" \
40
		-e "s:LIBDIR=lib:LIBDIR=$(get_libdir):" \
42
		-e "s:LIBDIR=lib:LIBDIR=$(get_libdir):" \
41
		|| die "Failed to set up Makeconf"
43
		|| die "Failed to set up Makeconf"
44
45
	# on fbsd GNU make is called gmake
46
	sed -i -e "s:make:\$(MAKE):g" Makefile \
47
	  || die "Failed to set up Makefile"
42
}
48
}
43
49
44
src_compile() {
50
src_compile() {

Return to bug 303909