aboutsummaryrefslogtreecommitdiffstats
path: root/math/asir2000/files/patch-ad
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-07 21:16:35 +0800
committeredwin <edwin@FreeBSD.org>2002-11-07 21:16:35 +0800
commitcb2d80b891a1b5a458100d15ab3c499092bf8d5f (patch)
tree27087410d7c4715ce2d481b403c64b531891b062 /math/asir2000/files/patch-ad
parentf03465fdb98a1bd5f68cd83202cab333722fbef3 (diff)
downloadfreebsd-ports-cb2d80b891a1b5a458100d15ab3c499092bf8d5f.tar.gz
freebsd-ports-cb2d80b891a1b5a458100d15ab3c499092bf8d5f.tar.zst
freebsd-ports-cb2d80b891a1b5a458100d15ab3c499092bf8d5f.zip
ports/math/asir2000 do not build. This probrem has two reasons.
1) ports/matn/pari-devel update. 2) 5-current do not build. This reasion is thread problem. This send-pr solved that problems. PR: ports/44308 Submitted by: Saito Tomokatsu <saito@asir.org>
Diffstat (limited to 'math/asir2000/files/patch-ad')
-rw-r--r--math/asir2000/files/patch-ad22
1 files changed, 14 insertions, 8 deletions
diff --git a/math/asir2000/files/patch-ad b/math/asir2000/files/patch-ad
index 0833e9db4284..96edad3bad2e 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 Fri Jul 26 14:44:17 2002
++++ configure Thu Oct 17 11:18:59 2002
@@ -4,6 +4,7 @@
use_plot=0
use_pari=0
@@ -29,20 +29,26 @@
libname=$libname"_pari"
libpari=pari-2.2
echo "#define USE_PARI" >> include/config.h
-+echo "#define PARI_VERSION \"PARI ${PARI_VERSION}, copyright (C) 2000,
++echo "#define PARI_DEVEL_VERSION \"PARI ${PARI_VERSION}, copyright (C) 2000,
+ C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier\"" >> include/version.h
fi
if [ $use_plot != 0 ]; then
-@@ -59,6 +66,11 @@
- if [ $use_interval != 0 ]; then
- libname=$libname"_itv"
+@@ -61,6 +68,11 @@
echo "#define USE_INTERVAL" >> include/config.h
-+fi
-+
+ fi
+
+if [ $use_lapack != 0 ]; then
+echo "#define USE_LAPACK" >> include/config.h
+echo "#define LAPACK_VERSION \"LAPACK Project Version ${LAPACK_VERSION}\"" >> include/version.h
++fi
++
+ 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
- if [ $use_fep != 0 ]; then
+-(cd gc; ./configure)
++(cd gc; ./configure --disable-threads)