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

Collapse All | Expand All

(-)qgis-0.7.0.ebuild (-2 / +1 lines)
Lines 42-49 Link Here
42
	|| die "econf failed"	
42
	|| die "econf failed"	
43
	# Fixes bug in 0.7.0 Makefiles
43
	# Fixes bug in 0.7.0 Makefiles
44
	# Currently this is fixed in CVS and will not affect next releases
44
	# Currently this is fixed in CVS and will not affect next releases
45
	use postgres || sed -i s/-I\$\(PG_INC/\$\(PG_INC/g ${S}/src/Makefile && \
45
	use postgres || sed -i s/-I\$\(PG_INC/\$\(PG_INC/g ${S}/src/Makefile
46
		sed -i s/-I\$\(PG_INC/\$\(PG_INC/g ${S}/plugins/grass/Makefile
47
	emake -j1 || die "make failed"
46
	emake -j1 || die "make failed"
48
}
47
}
49
48

Return to bug 56262