mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 20:00:51 +00:00
- Progress on https://github.com/termux/termux-packages/issues/23492 - Drop `boost-1.89.patch`; no longer necessary - Disable tests to work around build error in testing framework; game still works when resulting package is run on-device
15 lines
452 B
Diff
15 lines
452 B
Diff
Avoids this build error:
|
|
vendor/CppQuickCheck/include/cppqc/Generator.h:131:58:
|
|
error: member reference base type
|
|
'detail::StatelessGenConcept<T> *const' is not a structure or union
|
|
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -182,6 +182,3 @@ IF(GTK2_FOUND)
|
|
INSTALL(TARGETS tome-gtk2 RUNTIME DESTINATION bin)
|
|
ENDIF()
|
|
|
|
-# test harness executable
|
|
-ADD_EXECUTABLE(harness ${SRCS_TESTS})
|
|
-TARGET_LINK_LIBRARIES(harness game squelch ${LIBS})
|