commit: 41e77a8e05b7f663c1428e8608013965ca749b5d
Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 03:25:00 2016 +0000
Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 03:25:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e77a8e
media-tv/mythtv: remove unused file
Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
media-tv/mythtv/files/libdir.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/media-tv/mythtv/files/libdir.patch
b/media-tv/mythtv/files/libdir.patch
deleted file mode 100644
index 90fc362..0000000
--- a/media-tv/mythtv/files/libdir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- external/Makefile 2012-10-06 14:30:40.453248737 -0400
-+++ external/Makefile 2012-10-06 14:32:43.283277751 -0400
-@@ -25,7 +25,7 @@
- zeromq/Makefile: zeromq/configure
- (cd zeromq ; \
- ./configure --without-documentation --prefix=${PREFIX} \
-- --includedir=${PREFIX}/include/mythtv/zeromq)
-+ --includedir=${PREFIX}/include/mythtv/zeromq
--libdir=${LIBDIR})
-
- zeromq-install zeromq-uninstall zeromq-clean zeromq-distclean:
- ${MAKE} -C zeromq ${@:zeromq-%=%} DESTDIR=${INSTALL_ROOT}