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

Collapse All | Expand All

(-)a/www-client/netsurf/netsurf-2.7.ebuild (-1 / +2 lines)
Lines 62-68 src_configure() { Link Here
62
		echo "override $2 := $val" >> Makefile.config || die
62
		echo "override $2 := $val" >> Makefile.config || die
63
	}
63
	}
64
	netsurf_use bmp NETSURF_USE_BMP
64
	netsurf_use bmp NETSURF_USE_BMP
65
	netsurf_use freetype NETSURF_FB_FONTLIB freetype internal
65
	netsurf_use truetype NETSURF_FB_FONTLIB freetype internal
66
	netsurf_use gif NETSURF_USE_GIF
66
	netsurf_use gif NETSURF_USE_GIF
67
	netsurf_use jpeg NETSURF_USE_JPEG
67
	netsurf_use jpeg NETSURF_USE_JPEG
68
	netsurf_use mng NETSURF_USE_MNG
68
	netsurf_use mng NETSURF_USE_MNG
Lines 78-83 src_configure() { Link Here
78
	netsurf_use rosprite NETSURF_USE_ROSPRITE
78
	netsurf_use rosprite NETSURF_USE_ROSPRITE
79
	netsurf_use webp NETSURF_USE_WEBP
79
	netsurf_use webp NETSURF_USE_WEBP
80
	netsurf_conf "NETSURF_FB_FRONTEND := linux"
80
	netsurf_conf "NETSURF_FB_FRONTEND := linux"
81
	netsurf_conf "NETSURF_FB_FONTPATH := /usr/share/fonts/dejavu"
81
}
82
}
82
83
83
src_compile() {
84
src_compile() {

Return to bug 347471