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

Collapse All | Expand All

(-)freetype-2.4.11-r1.ebuild (-6 / +1 lines)
Lines 73-82 Link Here
73
	epatch "${FILESDIR}"/${PN}-2.3.2-enable-valid.patch
73
	epatch "${FILESDIR}"/${PN}-2.3.2-enable-valid.patch
74
74
75
	epatch "${FILESDIR}"/${P}-auto-hinter_compile_fix.patch # 453956
75
	epatch "${FILESDIR}"/${P}-auto-hinter_compile_fix.patch # 453956
76
76
	epatch "${FILESDIR}"/${P}-sizeof-types.patch # 459966
77
	# for our variable use, includedir needs to go after libdir
78
	# so swap the two lines
79
	sed -i -n -e '/@includedir@/{x;n;p;x};p' builds/unix/freetype-config.in || die
80
77
81
	if use utils; then
78
	if use utils; then
82
		cd "${WORKDIR}/ft2demos-${PV}" || die
79
		cd "${WORKDIR}/ft2demos-${PV}" || die
Lines 100-107 Link Here
100
97
101
98
102
	local myeconfargs=(
99
	local myeconfargs=(
103
		# expanded by make
104
		--includedir='${libdir}/freetype2/include'
105
		$(use_with bzip2)
100
		$(use_with bzip2)
106
	)
101
	)
107
102

Return to bug 459966