gentoo-ebuilds/x11-libs/fltk/files/fltk-1.4.3-no-games.patch
Ionen Wolkens b2f95fafa4
x11-libs/fltk: add 1.4.3
Possible missed something given build system has a lot of
noisy refactoring that makes it hard to see other changes.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-04-29 09:43:44 -04:00

11 lines
431 B
Diff

Games files have rather generic names and are more like demos
that most people likely won't care to have installed. Patch
this out for now so does not install extra files with tests
(may possibly improve with future FLTK_BUILD_GAMES).
--- a/CMake/install.cmake
+++ b/CMake/install.cmake
@@ -126,3 +126,3 @@
-if(FLTK_BUILD_TEST) # "OR FLTK_BUILD_GAMES" (not yet implemented)
+if(0) # "OR FLTK_BUILD_GAMES" (not yet implemented)