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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- motif-2.3.4-orig/ac_find_xft.m4
0
++ motif-2.3.4/ac_find_xft.m4
Lines 189-195 Link Here
189
yes)
189
yes)
190
	case "$fc_config" in
190
	case "$fc_config" in
191
	no)
191
	no)
192
		FONTCONFIG_CFLAGS=""
192
		FONTCONFIG_CFLAGS="`pkg-config fontconfig --cflags`"
193
		;;
193
		;;
194
	*)
194
	*)
195
		FONTCONFIG_CFLAGS="`$fc_config --cflags`"
195
		FONTCONFIG_CFLAGS="`$fc_config --cflags`"
Lines 208-214 Link Here
208
yes)
208
yes)
209
	case "$fc_config" in
209
	case "$fc_config" in
210
	no)
210
	no)
211
		fontconfig_lib=""
211
		FONTCONFIG_LIBS="`pkg-config fontconfig --libs`"
212
		;;
212
		;;
213
	*)
213
	*)
214
		FONTCONFIG_LIBS="`$fc_config --libs`"
214
		FONTCONFIG_LIBS="`$fc_config --libs`"

Return to bug 462232