ports/math/pari/files/patch-Configure
Sunpoet Po-Chuan Hsieh 423bf3cab6 Add threading support
- Add USES=readline
- Add PTHREADS and MPI options
- Fix "-lX11 not found" warning
- Add test targets
- Bump PORTREVISION for dependency and package change

PR:		219597
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-05-29 17:24:23 +00:00

15 lines
382 B
Text

--- Configure.orig 2017-05-28 16:56:49 UTC
+++ Configure
@@ -104,9 +104,9 @@ case $kernlvl1 in
gmp) libpari_base=pari-gmp;;
none) libpari_base=pari;;
esac
-case $enable_tls in
-yes) libpari_base="${libpari_base}-tls"
-esac
+#case $enable_tls in
+#yes) libpari_base="${libpari_base}-tls"
+#esac
if test `expr $VersionMinor % 2` = 0; then
libpari_base=$libpari_base-$version