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

6 lines
217 B
Text

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