ports/math/pari/files/patch-Configure
Volker Stolz e322e9ed7c - Update to 2.1.6
- Build with gcc 3.2 on >5 because of runtime errors

PR:		ports/76193
Submitted by:	Yoshiaki Uchikawa (maintainer)
2005-02-11 13:58:42 +00:00

14 lines
535 B
Text

--- Configure.orig Fri Nov 26 00:58:25 2004
+++ Configure Sun Jan 9 18:53:28 2005
@@ -1006,7 +1006,10 @@
# aix-*) DLSUFFIX=a ;; dynamic linking does not work!
sunos-*) sodest=$VersionMajor$VersionMinor.$patch
soname=$sodest;;
- gnu-*|*-alpha|solaris-*|linux-*|freebsd-*)
+ freebsd-*)
+ sodest=1
+ soname=$sodest;;
+ gnu-*|*-alpha|solaris-*|linux-*)
case $libpari_base in
pari) sodest=$version.$patch;; # released versions
*) sodest=$patch.0.0;; # unstable versions