summaryrefslogtreecommitdiff
path: root/devel/libtai/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libtai/files/patch-ac')
-rw-r--r--devel/libtai/files/patch-ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/libtai/files/patch-ac b/devel/libtai/files/patch-ac
new file mode 100644
index 000000000000..611bb2f8fbed
--- /dev/null
+++ b/devel/libtai/files/patch-ac
@@ -0,0 +1,6 @@
+--- make-compile.sh.orig Tue Oct 13 14:52:20 1998
++++ make-compile.sh Fri Jun 16 19:18:35 2000
+@@ -1 +1,2 @@
+-echo exec "$CC" -c '${1+"$@"}'
++echo "$CC" -c '${1+"$@"}'
++echo "$CC" $CCSO -o '${1%.c}'.so -c '${1+"$@"}'