1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/devel/libtai/files/patch-ae

7 lines
221 B
Plaintext
Raw Normal View History

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