diff options
Diffstat (limited to 'math/pari/files/patch-Configure')
-rw-r--r-- | math/pari/files/patch-Configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/pari/files/patch-Configure b/math/pari/files/patch-Configure new file mode 100644 index 000000000000..e440df66750e --- /dev/null +++ b/math/pari/files/patch-Configure @@ -0,0 +1,14 @@ +--- Configure 2002/05/22 08:28:37 1.1 ++++ Configure 2002/05/22 08:30:16 +@@ -1005,7 +1005,10 @@ + # aix-*) DLSUFFIX=a ;; dynamic linking does not work! + sunos-*) sodest=$VersionMajor$VersionMinor.$patch + soname=$sodest;; +- *-alpha|solaris-*|linux-*|freebsd-*) ++ freebsd-*) ++ sodest=1 ++ soname=$sodest;; ++ *-alpha|solaris-*|linux-*) + case $libpari_base in + pari) sodest=$version.$patch;; # released versions + *) sodest=$patch.0.0;; # unstable versions |