diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2016-02-23 21:25:00 -0600 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2016-02-23 21:25:00 -0600 |
commit | 41e77a8e05b7f663c1428e8608013965ca749b5d (patch) | |
tree | f62ed6a807a78dada5b82b329944b8513421875c /media-tv | |
parent | mythtv: remove older versions (diff) | |
download | gentoo-41e77a8e05b7f663c1428e8608013965ca749b5d.tar.gz gentoo-41e77a8e05b7f663c1428e8608013965ca749b5d.tar.bz2 gentoo-41e77a8e05b7f663c1428e8608013965ca749b5d.zip |
media-tv/mythtv: remove unused file
Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/files/libdir.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media-tv/mythtv/files/libdir.patch b/media-tv/mythtv/files/libdir.patch deleted file mode 100644 index 90fc36272532..000000000000 --- 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} |