Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/pekwm/files: pekwm-0.1.12-configure.patch
Date: Sun, 04 Jul 2010 08:46:57
Message-Id: 20100704084654.5D8432CE14@corvid.gentoo.org
1 xarthisius 10/07/04 08:46:54
2
3 Added: pekwm-0.1.12-configure.patch
4 Log:
5 Properly detect libpng if USE="-truetype" wrt bug 326803. Thanks to Carlo Marcelo Arenas Belon <carenas@×××××××××××.pe> for report and patch.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-wm/pekwm/files/pekwm-0.1.12-configure.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/files/pekwm-0.1.12-configure.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/pekwm/files/pekwm-0.1.12-configure.patch?rev=1.1&content-type=text/plain
13
14 Index: pekwm-0.1.12-configure.patch
15 ===================================================================
16 Allows to properly detect libpng if USE="-truetype"
17
18 https://bugs.gentoo.org/show_bug.cgi?id=326803
19
20 Patch written by Carlo Marcelo Arenas Belon <carenas@×××××××××××.pe>
21 --- configure.ac
22 +++ configure.ac
23 @@ -10,6 +10,7 @@
24 AC_PROG_CXX
25 AC_PROG_INSTALL
26 AC_PROG_SED
27 +PKG_PROG_PKG_CONFIG
28
29 AC_LANG_CPLUSPLUS