summaryrefslogtreecommitdiff
path: root/devel/libtool13/files/patch-ad
blob: 34b60ec9a08a7db27d02d72b7e3aa282a5d9b3ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- ltmain.sh.orig	Fri Mar 20 17:00:29 1998
+++ ltmain.sh	Sat Dec 12 09:13:28 1998
@@ -967,6 +967,18 @@
         versuffix="$current.$revision"
         ;;
 
+      freebsd-aout)
+        version_vars="$version_vars major versuffix"
+        major="$current"
+        versuffix="$current.$revision";
+        ;;
+
+      freebsd-elf)
+        version_vars="$version_vars major versuffix"
+        major="$current"
+        versuffix="$current";
+        ;;
+
       *)
         $echo "$modename: unknown library version type \`$version_type'" 1>&2
         echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2