Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mpg123/files: 1.0_rc2-pkgconfig.patch
Date: Mon, 10 Dec 2007 20:43:52
Message-Id: E1J1pTd-0000qM-SD@stork.gentoo.org
1 drac 07/12/10 20:43:45
2
3 Added: 1.0_rc2-pkgconfig.patch
4 Log:
5 Fix bug #201892.
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.1 media-sound/mpg123/files/1.0_rc2-pkgconfig.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg123/files/1.0_rc2-pkgconfig.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg123/files/1.0_rc2-pkgconfig.patch?rev=1.1&content-type=text/plain
13
14 Index: 1.0_rc2-pkgconfig.patch
15 ===================================================================
16 diff -ur mpg123-1.0rc2.orig/configure.ac mpg123-1.0rc2/configure.ac
17 --- mpg123-1.0rc2.orig/configure.ac 2007-12-09 17:13:26.000000000 +0200
18 +++ mpg123-1.0rc2/configure.ac 2007-12-10 22:35:12.000000000 +0200
19 @@ -23,6 +23,8 @@
20 AM_INIT_AUTOMAKE( 1.7 )
21 AM_CONFIG_HEADER(src/config.h)
22
23 +dnl Check for pkgconfig.
24 +PKG_PROG_PKG_CONFIG([0.20])
25
26 # You get strange symptoms like jack module build failing because the AC_C_CONST failed to detect the working const support.
27 # In that case, the test failed because -Werror, not because no const there...
28
29
30
31 --
32 gentoo-commits@g.o mailing list