summaryrefslogtreecommitdiff
path: root/math/pari/files/patch-Configure
diff options
context:
space:
mode:
Diffstat (limited to 'math/pari/files/patch-Configure')
-rw-r--r--math/pari/files/patch-Configure14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/pari/files/patch-Configure b/math/pari/files/patch-Configure
deleted file mode 100644
index f79872eac213..000000000000
--- a/math/pari/files/patch-Configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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