diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-05-07 23:58:20 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-05-07 23:58:20 +0800 |
commit | f4ee74f701b86cb7983dfc792ae4eaf9dcf26a74 (patch) | |
tree | c6ae13b9fcc57da44c2aab52ce4f772d22a9d416 /devel/libtool14/files | |
parent | 0c9af6cf6101538a3020448398fb685482ecc1ba (diff) | |
download | freebsd-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-aa | 11 | ||||
-rw-r--r-- | devel/libtool14/files/patch-ab | 11 |
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@ |