summaryrefslogtreecommitdiff
path: root/devel/gnu-libtool/files/patch-ab
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-11 01:04:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-11 01:04:52 +0000
commitbbd6a62a28b2cfb46e412091903f05d22b53e56c (patch)
tree151fed73fada0e22e4f45e6a8572019e9923ef56 /devel/gnu-libtool/files/patch-ab
parentUnbreak this port, thanks to suggestions made by (diff)
Submitted by: maintainer
He says: Update libtool to 1.3.3 and modify it's behaviour a bit. It now behaves like a stock libtool unless we start sending one of three flags: --disable-ltlibs Don't install .la files --release-suffix Add the release to the end of all the libs (like GLib/GTK+) --release-ignore Don't add the release to any libs. PR: 13114
Notes
Notes: svn path=/head/; revision=21648
Diffstat (limited to 'devel/gnu-libtool/files/patch-ab')
-rw-r--r--devel/gnu-libtool/files/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gnu-libtool/files/patch-ab b/devel/gnu-libtool/files/patch-ab
index dd642b335b69..f96b92eac308 100644
--- a/devel/gnu-libtool/files/patch-ab
+++ b/devel/gnu-libtool/files/patch-ab
@@ -1,5 +1,5 @@
---- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998
-+++ doc/Makefile.in Mon Apr 27 17:22:55 1998
+--- doc/Makefile.in.orig Fri Jul 2 09:24:54 1999
++++ doc/Makefile.in Tue Aug 31 23:41:57 1999
@@ -70,7 +70,7 @@
LIBTOOL = @LIBTOOL@
LIBTOOL_FLAGS = @LIBTOOL_FLAGS@
@@ -7,5 +7,5 @@
-MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@ --no-split
NM = @NM@
+ OBJDUMP = @OBJDUMP@
PACKAGE = @PACKAGE@
- RANLIB = @RANLIB@