mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
26 lines
633 B
Bash
26 lines
633 B
Bash
--- ./ltmain.sh.orig 2014-02-04 12:31:38.000000000 +0300
|
|
+++ ./ltmain.sh 2019-05-10 16:39:50.225498000 +0200
|
|
@@ -6411,7 +6411,7 @@
|
|
age="$number_minor"
|
|
revision="$number_revision"
|
|
;;
|
|
- freebsd-aout|freebsd-elf|qnx|sunos)
|
|
+ freebsd*|qnx|sunos)
|
|
current="$number_major"
|
|
revision="$number_minor"
|
|
age="0"
|
|
@@ -6482,12 +6482,7 @@
|
|
verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
|
|
;;
|
|
|
|
- freebsd-aout)
|
|
- major=".$current"
|
|
- versuffix=".$current.$revision";
|
|
- ;;
|
|
-
|
|
- freebsd-elf)
|
|
+ freebsd*)
|
|
major=".$current"
|
|
versuffix=".$current"
|
|
;;
|