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

Collapse All | Expand All

(-)configure.orig.ac (-1 / +1 lines)
Lines 185-191 Link Here
185
		fi
185
		fi
186
	else
186
	else
187
		# On Linux and FreeBSD platforms, use pkg-config to find fox.
187
		# On Linux and FreeBSD platforms, use pkg-config to find fox.
188
		PKG_CHECK_MODULES([fox], [fox])
188
		PKG_CHECK_MODULES([fox], [fox], [], [PKG_CHECK_MODULES([fox], [fox17])])
189
		LIBS_TESTGUI="${LIBS_TESTGUI} $fox_LIBS"
189
		LIBS_TESTGUI="${LIBS_TESTGUI} $fox_LIBS"
190
		if test "x$os" = xfreebsd; then
190
		if test "x$os" = xfreebsd; then
191
			LIBS_TESTGUI="${LIBS_TESTGUI} -L/usr/local/lib"
191
			LIBS_TESTGUI="${LIBS_TESTGUI} -L/usr/local/lib"

Return to bug 494090