Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lowdown/files/
Date: Sat, 17 Apr 2021 00:56:17
Message-Id: 1618620965.7b9ae373c8efeb8edefff73027380d430487edf0.chutzpah@gentoo
1 commit: 7b9ae373c8efeb8edefff73027380d430487edf0
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Sat Apr 17 00:56:05 2021 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 00:56:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9ae373
7
8 app-text/lowdown: Oops, don't install static library
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 app-text/lowdown/files/lowdown-0.8.4-configure.patch | 12 ++++++++++++
15 1 file changed, 12 insertions(+)
16
17 diff --git a/app-text/lowdown/files/lowdown-0.8.4-configure.patch b/app-text/lowdown/files/lowdown-0.8.4-configure.patch
18 index aaecb129b2a..ad7bcb69d63 100644
19 --- a/app-text/lowdown/files/lowdown-0.8.4-configure.patch
20 +++ b/app-text/lowdown/files/lowdown-0.8.4-configure.patch
21 @@ -1,3 +1,15 @@
22 +diff --git a/Makefile b/Makefile
23 +index c2e2715..4fe977f 100644
24 +--- a/Makefile
25 ++++ b/Makefile
26 +@@ -143,7 +143,6 @@ install: all
27 + $(INSTALL_DATA) lowdown.pc $(DESTDIR)$(LIBDIR)/pkgconfig
28 + $(INSTALL_PROGRAM) lowdown $(DESTDIR)$(BINDIR)
29 + $(INSTALL_PROGRAM) lowdown-diff $(DESTDIR)$(BINDIR)
30 +- $(INSTALL_LIB) liblowdown.a $(DESTDIR)$(LIBDIR)
31 + $(INSTALL_DATA) lowdown.h $(DESTDIR)$(INCLUDEDIR)
32 + for f in $(MANS) ; do \
33 + name=`basename $$f .html` ; \
34 diff --git a/configure b/configure
35 index d1c16ab..941f185 100755
36 --- a/configure