summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--curl/curl-7.12.2.patch25
1 files changed, 5 insertions, 20 deletions
diff --git a/curl/curl-7.12.2.patch b/curl/curl-7.12.2.patch
index f65e4cd092bc..5aff45800b77 100644
--- a/curl/curl-7.12.2.patch
+++ b/curl/curl-7.12.2.patch
@@ -1057,29 +1057,14 @@
current="$number_major"
revision="$number_minor"
age="0"
-@@ -2990,16 +2990,6 @@
- verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
+@@ -2996,8 +2996,8 @@
;;
-- freebsd-aout)
-- major=".$current"
-- versuffix=".$current.$revision";
-- ;;
--
-- freebsd-elf)
+ freebsd-elf)
- major=".$current"
- versuffix=".$current";
-- ;;
--
- irix | nonstopux)
- major=`expr $current - $age + 1`
-
-@@ -3022,7 +3012,7 @@
- versuffix="$major.$revision"
++ major=.`expr $current - $age`
++ versuffix="$major"
;;
-- linux)
-+ linux|freebsd-aout|freebsd-elf)
- major=.`expr $current - $age`
- versuffix="$major.$age.$revision"
- ;;
+ irix | nonstopux)