ports/devel/libtai/files/patch-make-makelibso.sh
Rodrigo Osorio 5ffc7be915 devel/libtai: moved manpages to share/man
Fix do-install target and plist to install manpages in share/man
Reorder and format Makefile to make linter happy
2024-02-26 18:54:38 +01:00

6 lines
200 B
Bash

--- make-makelibso.sh.orig Wed Dec 31 21:00:00 1969 UTC
+++ make-makelibso.sh
@@ -0,0 +1,3 @@
+echo 'main="$1"; shift'
+echo 'rm -f "$main"'
+echo $CC '-shared -Wl,-soname,$main -o "$main" ${1+"$@"}'