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

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)