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

(-)qtoctave-0.8.1.ebuild (+6 lines)
Lines 24-29 Link Here
24
24
25
S="${WORKDIR}"/${P}/${PN}
25
S="${WORKDIR}"/${P}/${PN}
26
26
27
src_unpack() {
28
	unpack "${A}"
29
	# make it possible to build with gcc-4.4 (bug #274039)
30
	sed -i -e '1i#include <stdio.h>' "${S}"/src/search_dialog.cpp || die "failed to insert include line"
31
}
32
27
src_compile() {
33
src_compile() {
28
	mycmakeargs="-DCMAKE_SKIP_RPATH:BOOL=YES"
34
	mycmakeargs="-DCMAKE_SKIP_RPATH:BOOL=YES"
29
	cmake-utils_src_compile
35
	cmake-utils_src_compile

Return to bug 274039