diff options
Diffstat (limited to 'devel/libtai/files/patch-ae')
-rw-r--r-- | devel/libtai/files/patch-ae | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/libtai/files/patch-ae b/devel/libtai/files/patch-ae new file mode 100644 index 000000000000..1a7426e975ab --- /dev/null +++ b/devel/libtai/files/patch-ae @@ -0,0 +1,6 @@ +--- 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+"$@"}' |