summaryrefslogtreecommitdiff
path: root/devel/libtool13/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
commitce5da22b7076167a515a6a0b602b22b67022e5ff (patch)
tree2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /devel/libtool13/files/patch-ad
parentYipes, committed the wrong one. This is the INDEX file for 3.1R. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'devel/libtool13/files/patch-ad')
-rw-r--r--devel/libtool13/files/patch-ad21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/libtool13/files/patch-ad b/devel/libtool13/files/patch-ad
deleted file mode 100644
index 34b60ec9a08a..000000000000
--- a/devel/libtool13/files/patch-ad
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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