Currently the teapot ebuild manually appends the fltk1 system paths as follows: append-cxxflags -I/usr/include/fltk-1.1 append-ldflags -L/usr/$(get_libdir)/fltk-1.1 But on my system, fltk:1 is located in: /usr/include/fltk-1 /usr/lib/fltk-1 I wonder if gentoo has a way of automatically spitting out fltk's lib/include dirs, at least better than: $(equery f fltk:1 | grep -m 1 /usr/include/.. | cut -d/ -f4) Reproducible: Always
+ 10 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> teapot-2.2.0.ebuild: + Fix paths to fltk-1.3.0 wrt #378539 by Dennis Nezic +