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

Collapse All | Expand All

(-)/usr/portage/app-text/fbreader/fbreader-0.12.10.ebuild (+4 lines)
Lines 41-46 Link Here
41
	echo "TARGET_ARCH = desktop" > makefiles/target.mk
41
	echo "TARGET_ARCH = desktop" > makefiles/target.mk
42
	echo "LIBDIR = /usr/$(get_libdir)" >> makefiles/target.mk
42
	echo "LIBDIR = /usr/$(get_libdir)" >> makefiles/target.mk
43
43
44
	# fix "fribidi-common.h:65:20: fatal error: glib.h: No such file or directory"
45
	sed -e "/^CFLAGS += / s/$/ \$(shell pkg-config --cflags fribidi) ${CFLAGS}/" \
46
		-i makefiles/config.mk || die "sed failed"
47
44
	if use qt4; then
48
	if use qt4; then
45
	# qt4
49
	# qt4
46
		echo "UI_TYPE = qt4" >> makefiles/target.mk
50
		echo "UI_TYPE = qt4" >> makefiles/target.mk

Return to bug 417043