1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/libtai/files/patch-ac

7 lines
217 B
Plaintext
Raw Normal View History

--- 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+"$@"}'