aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libtool14/files
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-05-07 23:58:20 +0800
committervanilla <vanilla@FreeBSD.org>1998-05-07 23:58:20 +0800
commitf4ee74f701b86cb7983dfc792ae4eaf9dcf26a74 (patch)
treec6ae13b9fcc57da44c2aab52ce4f772d22a9d416 /devel/libtool14/files
parent0c9af6cf6101538a3020448398fb685482ecc1ba (diff)
downloadfreebsd-ports-graphics-f4ee74f701b86cb7983dfc792ae4eaf9dcf26a74.tar.gz
freebsd-ports-graphics-f4ee74f701b86cb7983dfc792ae4eaf9dcf26a74.tar.zst
freebsd-ports-graphics-f4ee74f701b86cb7983dfc792ae4eaf9dcf26a74.zip
Import libtool-1.2, It's a generic library support script.
PR: ports/6531 Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
Diffstat (limited to 'devel/libtool14/files')
-rw-r--r--devel/libtool14/files/patch-aa11
-rw-r--r--devel/libtool14/files/patch-ab11
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/libtool14/files/patch-aa b/devel/libtool14/files/patch-aa
new file mode 100644
index 00000000000..8a3acab1cee
--- /dev/null
+++ b/devel/libtool14/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/libtool14/files/patch-ab b/devel/libtool14/files/patch-ab
new file mode 100644
index 00000000000..ef0aedff5c3
--- /dev/null
+++ b/devel/libtool14/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@