Files
bsdports/system/pkg/files/patch-x-ltmain.sh
2019-12-26 07:26:06 +00:00

21 lines
411 B
Bash

--- ./ltmain.sh.orig 2015-04-07 14:00:25.000000000 +0200
+++ ./ltmain.sh 2015-10-09 15:50:26.486144000 +0200
@@ -8891,15 +8891,10 @@
esac
;;
- freebsd-aout)
- major=.$current
- versuffix=.$current.$revision
- ;;
-
- freebsd-elf)
+ freebsd*)
func_arith $current - $age
major=.$func_arith_result
- versuffix=$major.$age.$revision
+ versuffix=$major
;;
irix | nonstopux)