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

Collapse All | Expand All

(-)a/cmake/Modules/FindIrrlicht.cmake (-1 / +2 lines)
Lines 50-59 else() Link Here
50
		/usr/include/irrlicht
50
		/usr/include/irrlicht
51
	)
51
	)
52
52
53
	FIND_LIBRARY(IRRLICHT_LIBRARY NAMES libIrrlicht.a Irrlicht
53
	FIND_LIBRARY(IRRLICHT_LIBRARY NAMES libIrrlicht.so Irrlicht
54
		PATHS
54
		PATHS
55
		/usr/local/lib
55
		/usr/local/lib
56
		/usr/lib
56
		/usr/lib
57
		/usr/lib64
57
	)
58
	)
58
endif()
59
endif()
59
60

Return to bug 534008