diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2021-04-16 17:56:05 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2021-04-16 17:56:05 -0700 |
commit | 7b9ae373c8efeb8edefff73027380d430487edf0 (patch) | |
tree | 61caa1fab489b6cd9cf1d07711885384d0303ceb /app-text/lowdown | |
parent | app-text/lowdown: New package (diff) | |
download | gentoo-7b9ae373c8efeb8edefff73027380d430487edf0.tar.gz gentoo-7b9ae373c8efeb8edefff73027380d430487edf0.tar.bz2 gentoo-7b9ae373c8efeb8edefff73027380d430487edf0.zip |
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@gentoo.org>
Diffstat (limited to 'app-text/lowdown')
-rw-r--r-- | app-text/lowdown/files/lowdown-0.8.4-configure.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 aaecb129b2a1..ad7bcb69d631 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 |