1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/libtai/files/patch-ac
Maxim Sobolev 6726671207 Add libtai - a library for storing and manipulating dates and times in second/attosecond.
PR:		19348
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-07-07 14:02:31 +00:00

7 lines
217 B
Plaintext

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