mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
21 lines
413 B
Bash
21 lines
413 B
Bash
--- ./ltmain.sh.orig 2017-05-12 12:50:03.177104000 +0200
|
|
+++ ./ltmain.sh 2017-05-12 12:50:38.075987000 +0200
|
|
@@ -8886,15 +8886,9 @@
|
|
esac
|
|
;;
|
|
|
|
- freebsd-aout)
|
|
+ freebsd*)
|
|
major=.$current
|
|
- versuffix=.$current.$revision
|
|
- ;;
|
|
-
|
|
- freebsd-elf)
|
|
- func_arith $current - $age
|
|
- major=.$func_arith_result
|
|
- versuffix=$major.$age.$revision
|
|
+ versuffix=.$current
|
|
;;
|
|
|
|
irix | nonstopux)
|