mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- 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)
15 lines
382 B
Text
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
|