diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-04 10:36:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-04 10:36:51 +0000 |
commit | 9922296f381a08012f89528e738f427e12138612 (patch) | |
tree | 74720542652f50ac0f677657aa756ff9be47db6f /math/ccmath/files/patch-ac | |
parent | Update to 0.72 (diff) |
- Update to 2.2.1
PR: ports/58209
Submitted by: Ying-Chieh Liao <ijliao@HAgw.NCTU.edu.tw>
Notes
Notes:
svn path=/head/; revision=94944
Diffstat (limited to 'math/ccmath/files/patch-ac')
-rw-r--r-- | math/ccmath/files/patch-ac | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/math/ccmath/files/patch-ac b/math/ccmath/files/patch-ac index 3dcbbfb7335d..27f4db72d8f9 100644 --- a/math/ccmath/files/patch-ac +++ b/math/ccmath/files/patch-ac @@ -1,6 +1,6 @@ ---- makelibs.sh.orig Sat May 20 09:01:56 2000 -+++ makelibs.sh Fri Nov 21 07:44:44 2003 -@@ -9,23 +9,19 @@ +--- makelibs.sh.orig Sat Oct 18 22:13:50 2003 ++++ makelibs.sh Sat Oct 18 22:15:05 2003 +@@ -10,13 +10,11 @@ LST="cfit complex fft geom intg matrix roots sfunc simu sort statf tseries util xarm" MDR=`pwd` LSOD=$MDR/tmp @@ -14,6 +14,11 @@ + cc -c $CFLAGS -fPIC *.c mv *.o $LSOD done + +@@ -27,14 +25,12 @@ + mv *.o $LSOD + cd $MDR + -if [ $F = "y" ] - then cd $MDR/matrix - cc -c -O3 solv.s |