summaryrefslogtreecommitdiff
path: root/x11-libs/fltk/files/fltk-1.4.1-tests-odr.patch
blob: 7243efa21fcdf5a6be9e892a278f8d1c788641e4 (plain)
1
2
3
4
5
6
7
8
9
We only use the unittests-shared example and this unused one has ODR
violations. Skip building it for now rather than filter-lto w/ tests
to avoid triggering -Werror=odr -flto CI (ideally would want to only
build unittests and not have to worry about build time + quirks of
all examples).
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -100 +99,0 @@
-fl_create_example(coordinates coordinates.cxx fltk::fltk)