0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-10 06:55:47 +00:00
Files
termux-packages/disabled-packages/libupscaledb/tools-ups_bench-datasource_string.h.patch
Aditya Alok 95f5892300 pkg(main/libupscaledb): Move to disabled-packages
- Isn't compatible with newer `boost` APIs

- Last commit was 4 years

- No packages depend upon it

Signed-off-by: Aditya Alok <alok@termux.dev>
2025-02-04 21:29:42 +05:30

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
//