summaryrefslogtreecommitdiff
path: root/math/pari/files/patch-Configure
blob: e440df66750e757e845cd4128952a109ae225805 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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