summaryrefslogtreecommitdiff
path: root/devel/gnu-libtool/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-05-07 15:58:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-05-07 15:58:20 +0000
commitab322818b5a2ab3d2c0af58269d814e950d726c0 (patch)
treede0bb1bbd7606927beb055094e9c264b6f1cd3f1 /devel/gnu-libtool/files
parentAdd a patch from maintainer. (diff)
Import libtool-1.2, It's a generic library support script.
PR: ports/6531 Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
Notes
Notes: svn path=/head/; revision=10896
Diffstat (limited to 'devel/gnu-libtool/files')
-rw-r--r--devel/gnu-libtool/files/patch-aa11
-rw-r--r--devel/gnu-libtool/files/patch-ab11
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/gnu-libtool/files/patch-aa b/devel/gnu-libtool/files/patch-aa
new file mode 100644
index 000000000000..8a3acab1cee7
--- /dev/null
+++ b/devel/gnu-libtool/files/patch-aa
@@ -0,0 +1,11 @@
+--- doc/libtool.texi.orig Wed Mar 11 02:04:36 1998
++++ doc/libtool.texi Mon Apr 27 16:57:24 1998
+@@ -10,7 +10,7 @@
+ @set BUGADDR the libtool mailing list @email{<bug-libtool@@gnu.org>}
+ @set objdir .libs
+
+-@dircategory GNU programming tools
++@dircategory Programming & development tools
+ @direntry
+ * Libtool: (libtool). Generic shared library support script.
+ @end direntry
diff --git a/devel/gnu-libtool/files/patch-ab b/devel/gnu-libtool/files/patch-ab
new file mode 100644
index 000000000000..ef0aedff5c3d
--- /dev/null
+++ b/devel/gnu-libtool/files/patch-ab
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998
++++ doc/Makefile.in Mon Apr 27 17:22:55 1998
+@@ -56,7 +56,7 @@
+ LD = @LD@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+-MAKEINFO = @MAKEINFO@
++MAKEINFO = @MAKEINFO@ --no-split
+ NM = @NM@
+ PACKAGE = @PACKAGE@
+ RANLIB = @RANLIB@