diff options
author | 2013-09-28 22:10:31 +0000 | |
---|---|---|
committer | 2013-09-28 22:10:31 +0000 | |
commit | 4d6a1f3568150a70ee813f872410fd3167ea086e (patch) | |
tree | 1e6144adabcc51a971a5836b051d5b41a3c5e9f3 /media-tv/mythtv/files | |
parent | Tweak how we check the kernel header version to work w/clang #485146 by eroen. (diff) | |
download | gentoo-2-4d6a1f3568150a70ee813f872410fd3167ea086e.tar.gz gentoo-2-4d6a1f3568150a70ee813f872410fd3167ea086e.tar.bz2 gentoo-2-4d6a1f3568150a70ee813f872410fd3167ea086e.zip |
Major upstream 0.27 release.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r-- | media-tv/mythtv/files/libdir-27.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-tv/mythtv/files/libdir-27.patch b/media-tv/mythtv/files/libdir-27.patch new file mode 100644 index 000000000000..d25e714b3c62 --- /dev/null +++ b/media-tv/mythtv/files/libdir-27.patch @@ -0,0 +1,13 @@ +diff --git a/mythtv/configure b/mythtv/configure +index 4aa8727..f890df3 100755 +--- a/mythtv/configure ++++ b/mythtv/configure +@@ -6475,7 +6475,7 @@ if enabled mythlogserver; then + echo "Configuring zeromq..." + (cd external/zeromq ; \ + ./configure --quiet --without-documentation --prefix=${prefix} \ +- --includedir=${prefix}/include/mythtv/zeromq) ++ --includedir=${prefix}/include/mythtv/zeromq --libdir=${libdir}) + echo "Configuring nzmqt..." + (cd external/nzmqt/src ; \ + ${qmakeconf} -o Makefile) |