Gentoo Archives: gentoo-commits

From: "Richard Freeman (rich0)" <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv/files: libdir-27.patch
Date: Sat, 28 Sep 2013 22:10:36
Message-Id: 20130928221031.846C120034@flycatcher.gentoo.org
1 rich0 13/09/28 22:10:31
2
3 Added: libdir-27.patch
4 Log:
5 Major upstream 0.27 release.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
8
9 Revision Changes Path
10 1.1 media-tv/mythtv/files/libdir-27.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/libdir-27.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/libdir-27.patch?rev=1.1&content-type=text/plain
14
15 Index: libdir-27.patch
16 ===================================================================
17 diff --git a/mythtv/configure b/mythtv/configure
18 index 4aa8727..f890df3 100755
19 --- a/mythtv/configure
20 +++ b/mythtv/configure
21 @@ -6475,7 +6475,7 @@ if enabled mythlogserver; then
22 echo "Configuring zeromq..."
23 (cd external/zeromq ; \
24 ./configure --quiet --without-documentation --prefix=${prefix} \
25 - --includedir=${prefix}/include/mythtv/zeromq)
26 + --includedir=${prefix}/include/mythtv/zeromq --libdir=${libdir})
27 echo "Configuring nzmqt..."
28 (cd external/nzmqt/src ; \
29 ${qmakeconf} -o Makefile)