Sam James 6e25dc1d7e
media-gfx/mandelbulber: fix build when dev-cpp/ms-gsl is installed
By injecting -I/usr/include/gsl, `#include <algorithm>` starts to mean
"use ms-gsl's algorithm" rather than the C++ stdlib one. But all of the
includes for ms-gsl here are properly namespaced, e.g. <gsl/foo.h>, so
we can drop the explicit -I*.

Closes: https://bugs.gentoo.org/834692
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-15 23:07:56 +01:00
..