summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/lowdown/files/lowdown-0.10.0-dont-install-static-lib.patch')
-rw-r--r--app-text/lowdown/files/lowdown-0.10.0-dont-install-static-lib.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-text/lowdown/files/lowdown-0.10.0-dont-install-static-lib.patch b/app-text/lowdown/files/lowdown-0.10.0-dont-install-static-lib.patch
deleted file mode 100644
index 4a120c32ed29..000000000000
--- a/app-text/lowdown/files/lowdown-0.10.0-dont-install-static-lib.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/Makefile b/Makefile
-index f13a364..d013a1c 100644
---- a/Makefile
-+++ b/Makefile
-@@ -153,7 +153,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_LIB) liblowdown.so $(DESTDIR)$(LIBDIR)
- $(INSTALL_DATA) lowdown.h $(DESTDIR)$(INCLUDEDIR)
- for f in $(MANS) ; do \