Files
termux-packages/disabled-packages/libupscaledb/tools-ups_bench-datasource_string.h.patch
termux-pacman-bot 0c550aba6b Update repo
2025-02-04 16:04:03 +00:00

12 lines
296 B
Diff

--- a/tools/ups_bench/datasource_string.h
+++ b/tools/ups_bench/datasource_string.h
@@ -31,7 +31,7 @@
# undef min // clashes with std::min
# undef max // clashes with std::max
#else
-# define DICT "/usr/share/dict/words"
+# define DICT "@TERMUX_PREFIX@/share/dict/words"
#endif
//