summaryrefslogtreecommitdiff
path: root/devel/libtai/files/patch-make-compile.sh
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 16:28:02 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 16:28:02 +0000
commit1f5aafceb1de3a36ba60465f46c1ced40e7cb38b (patch)
tree7b046cc88dfd6bda85731c3df197fae0844222a8 /devel/libtai/files/patch-make-compile.sh
parentSupport STAGE (diff)
Rename devel/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363197
Diffstat (limited to 'devel/libtai/files/patch-make-compile.sh')
-rw-r--r--devel/libtai/files/patch-make-compile.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/libtai/files/patch-make-compile.sh b/devel/libtai/files/patch-make-compile.sh
new file mode 100644
index 000000000000..611bb2f8fbed
--- /dev/null
+++ b/devel/libtai/files/patch-make-compile.sh
@@ -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+"$@"}'