aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/libtool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/libtool.patch')
-rw-r--r--build-aux/libtool.patch22
1 files changed, 11 insertions, 11 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
;;
*)