mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
29 lines
682 B
Bash
29 lines
682 B
Bash
--- ./ltmain.sh.orig 2014-11-01 01:59:03.000000000 +0200
|
|
+++ ./ltmain.sh 2019-05-25 11:45:10.705048000 +0200
|
|
@@ -7340,7 +7340,7 @@
|
|
age="$number_minor"
|
|
revision="$number_revision"
|
|
;;
|
|
- freebsd-aout|freebsd-elf|qnx|sunos)
|
|
+ freebsd*|qnx|sunos)
|
|
current="$number_major"
|
|
revision="$number_minor"
|
|
age="0"
|
|
@@ -7414,14 +7414,9 @@
|
|
verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
|
|
;;
|
|
|
|
- freebsd-aout)
|
|
+ freebsd*)
|
|
major=".$current"
|
|
- versuffix=".$current.$revision";
|
|
- ;;
|
|
-
|
|
- freebsd-elf)
|
|
- major=".$current"
|
|
- versuffix=".$current"
|
|
+ versuffix=".$current";
|
|
;;
|
|
|
|
irix | nonstopux)
|