mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-10 06:55:47 +00:00
- 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>
12 lines
296 B
Diff
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
|
|
|
|
//
|