mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
042ef8ec83
Also, divided freebsd patch for each files to be patched. PR: ports/9797 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
20 lines
568 B
Plaintext
20 lines
568 B
Plaintext
--- ltmain.sh.orig Thu Dec 31 19:15:49 1998
|
|
+++ ltmain.sh Thu Dec 31 19:17:02 1998
|
|
@@ -923,6 +923,16 @@
|
|
versuffix="$current.$revision"
|
|
;;
|
|
|
|
+ freebsd)
|
|
+ version_vars="$version_vars major versuffix"
|
|
+ major="$current"
|
|
+ if [ $PORTOBJFORMAT = elf ]; then
|
|
+ versuffix="$current"
|
|
+ else
|
|
+ versuffix="$current.$revision"
|
|
+ fi
|
|
+ ;;
|
|
+
|
|
*)
|
|
$echo "$modename: unknown library version type \`$version_type'" 1>&2
|
|
echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
|