diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-23 09:02:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-23 09:02:27 +0000 |
commit | a9fbd5d5712bde6907eb8bc3000d02ce9ec5b522 (patch) | |
tree | 713026a9bb249196aefdfa2248063de415cc2e42 /math/asir2000/files/patch-ad | |
parent | Update to version 0.8.6. (diff) |
Update for math/asir2000 to version 20030215
PR: ports/48284
Submitted by: Saito Tomokatsu <saito@asir.org>
Notes
Notes:
svn path=/head/; revision=76243
Diffstat (limited to 'math/asir2000/files/patch-ad')
-rw-r--r-- | math/asir2000/files/patch-ad | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/math/asir2000/files/patch-ad b/math/asir2000/files/patch-ad index 96edad3bad2e..bc546c3fe4f4 100644 --- a/math/asir2000/files/patch-ad +++ b/math/asir2000/files/patch-ad @@ -1,5 +1,5 @@ ---- configure.orig Thu Jul 25 17:53:13 2002 -+++ configure Thu Oct 17 11:18:59 2002 +--- configure.orig Wed Jan 15 22:51:27 2003 ++++ configure Thu Jan 16 01:43:33 2003 @@ -4,6 +4,7 @@ use_plot=0 use_pari=0 @@ -46,9 +46,3 @@ if [ $use_fep != 0 ]; then echo "#define USE_FEP" >> include/config.h fi -@@ -68,4 +80,4 @@ - echo LIBPARI=$libpari >> include/config.h - echo LIBASIR=$libname.a >> include/config.h - --(cd gc; ./configure) -+(cd gc; ./configure --disable-threads) |