diff options
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/libtool.patch | 22 | ||||
-rw-r--r-- | build-aux/ltmain.sh | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/build-aux/libtool.patch b/build-aux/libtool.patch index cc1340e..6dbaea6 100644 --- a/build-aux/libtool.patch +++ b/build-aux/libtool.patch @@ -19,8 +19,8 @@ elif test -n "$soname_spec"; then # bleh windows case $host in -+ x86_64-*mingw32*) -+ func_arith $current - $age ++ x86_64-*mingw32*) ++ func_arith $current - $age + major=$func_arith_result + versuffix="6-$major" + ;; @@ -31,15 +31,15 @@ # extension on DOS 8.3 file systems. func_arith $current - $age major=$func_arith_result -- versuffix="-$major" -+ case $host in -+ x86_64-*mingw32*) -+ versuffix="6-$major" -+ ;; -+ *) -+ versuffix="-$major" -+ ;; -+ esac +- versuffix=-$major ++ case $host in ++ x86_64-*mingw32*) ++ versuffix="6-$major" ++ ;; ++ *) ++ versuffix="-$major" ++ ;; ++ esac ;; *) diff --git a/build-aux/ltmain.sh b/build-aux/ltmain.sh index f495350..9b12fbb 100644 --- a/build-aux/ltmain.sh +++ b/build-aux/ltmain.sh @@ -9275,7 +9275,7 @@ func_mode_link () # extension on DOS 8.3 file systems. func_arith $current - $age major=$func_arith_result - versuffix="-$major" + versuffix=-$major ;; *) |