commit: 7b9ae373c8efeb8edefff73027380d430487edf0 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com> AuthorDate: Sat Apr 17 00:56:05 2021 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Sat Apr 17 00:56:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9ae373
app-text/lowdown: Oops, don't install static library Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> app-text/lowdown/files/lowdown-0.8.4-configure.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app-text/lowdown/files/lowdown-0.8.4-configure.patch b/app-text/lowdown/files/lowdown-0.8.4-configure.patch index aaecb129b2a..ad7bcb69d63 100644 --- a/app-text/lowdown/files/lowdown-0.8.4-configure.patch +++ b/app-text/lowdown/files/lowdown-0.8.4-configure.patch @@ -1,3 +1,15 @@ +diff --git a/Makefile b/Makefile +index c2e2715..4fe977f 100644 +--- a/Makefile ++++ b/Makefile +@@ -143,7 +143,6 @@ install: all + $(INSTALL_DATA) lowdown.pc $(DESTDIR)$(LIBDIR)/pkgconfig + $(INSTALL_PROGRAM) lowdown $(DESTDIR)$(BINDIR) + $(INSTALL_PROGRAM) lowdown-diff $(DESTDIR)$(BINDIR) +- $(INSTALL_LIB) liblowdown.a $(DESTDIR)$(LIBDIR) + $(INSTALL_DATA) lowdown.h $(DESTDIR)$(INCLUDEDIR) + for f in $(MANS) ; do \ + name=`basename $$f .html` ; \ diff --git a/configure b/configure index d1c16ab..941f185 100755 --- a/configure
