wok diff retawq/stuff/retawq.patch @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/retawq/stuff/retawq.patch	Mon Oct 21 17:24:12 2019 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +--- a/configure
     1.5 ++++ b/configure
     1.6 +@@ -1660,13 +1660,13 @@
     1.7 +   initial_path="\$4"
     1.8 +   files="\$5"
     1.9 +   act="\${ITCHCONFIG_ACT-}"
    1.10 +-  ic_makedir="\${MKDIRPROG-mkdir}"
    1.11 ++  ic_makedir="mkdir -p"
    1.12 +   ic_program_prefix="$ic_program_prefix"
    1.13 +   ic_program_suffix="$ic_program_suffix"
    1.14 +   checked_path=
    1.15 +   for one_file in \$files
    1.16 +   do
    1.17 +-    path="\$initial_path"
    1.18 ++    path="\$DESTDIR\$initial_path"
    1.19 +     file=\`echo "\$one_file" | sed 's,.*[/],,'\`
    1.20 +     case \$magic in
    1.21 +     m0) ;;