mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
- Build with gcc 3.2 on >5 because of runtime errors PR: ports/76193 Submitted by: Yoshiaki Uchikawa (maintainer)
14 lines
535 B
Text
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
|