mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 04:51:19 +02:00
28 lines
594 B
Bash
28 lines
594 B
Bash
--- ./ltmain.sh.orig 2018-09-21 11:46:46.000000000 +0200
|
|
+++ ./ltmain.sh 2019-01-26 10:27:37.671144000 +0200
|
|
@@ -8891,16 +8891,16 @@
|
|
esac
|
|
;;
|
|
|
|
- freebsd-aout)
|
|
- major=.$current
|
|
- versuffix=.$current.$revision
|
|
+ freebsd*)
|
|
+ major=.$age
|
|
+ versuffix=.$age
|
|
;;
|
|
|
|
- freebsd-elf)
|
|
- func_arith $current - $age
|
|
- major=.$func_arith_result
|
|
- versuffix=$major.$age.$revision
|
|
- ;;
|
|
+# freebsd-elf)
|
|
+# func_arith $current - $age
|
|
+# major=.$func_arith_result
|
|
+# versuffix=$major.$age.$revision
|
|
+# ;;
|
|
|
|
irix | nonstopux)
|
|
if test no = "$lt_irix_increment"; then
|