mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
480 B
Bash
20 lines
480 B
Bash
--- .//libtool-origin/ltmain.sh~ 2020-01-04 20:49:17.000000000 +0200
|
|
+++ .//libtool-origin/ltmain.sh 2020-08-28 15:48:00.033105000 +0200
|
|
@@ -7408,14 +7408,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)
|