From bbd6a62a28b2cfb46e412091903f05d22b53e56c Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 11 Sep 1999 01:04:52 +0000 Subject: 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 --- devel/gnu-libtool/files/patch-af | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 devel/gnu-libtool/files/patch-af (limited to 'devel/gnu-libtool/files/patch-af') diff --git a/devel/gnu-libtool/files/patch-af b/devel/gnu-libtool/files/patch-af new file mode 100644 index 000000000000..a62485d06dc4 --- /dev/null +++ b/devel/gnu-libtool/files/patch-af @@ -0,0 +1,24 @@ +--- libltdl/Makefile.in.orig Fri Jul 2 09:02:06 1999 ++++ libltdl/Makefile.in Thu Sep 9 22:40:10 1999 +@@ -328,17 +328,16 @@ + distdir: $(DISTFILES) + -rm -rf $(distdir) + mkdir $(distdir) +- -chmod 777 $(distdir) ++ -chmod 555 $(distdir) + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ +- cp -pr $$/$$file $(distdir)/$$file; \ ++ echo no copy dir $$d/$$file; \ + else \ +- test -f $(distdir)/$$file \ +- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ +- || cp -p $$d/$$file $(distdir)/$$file || :; \ ++ install -c -o root -g wheel -m 444 $$d/$$file $(distdir)/$$file; \ + fi; \ + done ++ -chmod a+x $(distdir)/configure + info-am: + info: info-am + dvi-am: -- cgit v1.2.3