1999-01-01 09:24:00 +00:00
|
|
|
--- ltmain.sh.orig Thu Dec 31 19:15:49 1998
|
|
|
|
+++ ltmain.sh Thu Dec 31 19:17:02 1998
|
|
|
|
@@ -923,6 +923,16 @@
|
1998-09-22 15:47:44 +00:00
|
|
|
versuffix="$current.$revision"
|
|
|
|
;;
|
|
|
|
|
1999-01-01 09:24:00 +00:00
|
|
|
+ freebsd)
|
1998-12-23 19:22:08 +00:00
|
|
|
+ version_vars="$version_vars major versuffix"
|
|
|
|
+ major="$current"
|
1999-01-01 09:24:00 +00:00
|
|
|
+ if [ $PORTOBJFORMAT = elf ]; then
|
1998-12-23 19:22:08 +00:00
|
|
|
+ versuffix="$current"
|
1999-01-01 09:24:00 +00:00
|
|
|
+ else
|
|
|
|
+ versuffix="$current.$revision"
|
|
|
|
+ fi
|
1998-09-22 15:47:44 +00:00
|
|
|
+ ;;
|
|
|
|
+
|
|
|
|
*)
|
|
|
|
$echo "$modename: unknown library version type \`$version_type'" 1>&2
|
|
|
|
echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
|