1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
freebsd-ports/math/pari/files/patch-Configure
Maxim Sobolev 8ac8131e65 Fix PLIST.
Submitted by:	bento
2002-05-22 08:59:26 +00:00

15 lines
502 B
Plaintext

--- 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