summaryrefslogtreecommitdiff
path: root/devel/gnu-libtool/files/patch-ad
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-04 22:35:39 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-04 22:35:39 +0000
commit6a6b74a215e7615a5609bfe27517a8cb6a53ea58 (patch)
tree75a1d0c094320f08346eb685c3ae84e8746faf6d /devel/gnu-libtool/files/patch-ad
parentActivate the fvwm2-i18n port. (diff)
Update to version 1.3.
PR: 11356 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=18478
Diffstat (limited to '')
-rw-r--r--devel/gnu-libtool/files/patch-ad21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/gnu-libtool/files/patch-ad b/devel/gnu-libtool/files/patch-ad
index 34b60ec9a08a..e69de29bb2d1 100644
--- a/devel/gnu-libtool/files/patch-ad
+++ b/devel/gnu-libtool/files/patch-ad
@@ -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