Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/openbox/files: openbox-3.5.0-configure-imlib2.patch
Date: Sat, 03 Sep 2011 10:27:19
Message-Id: 20110903102707.EE13120051@flycatcher.gentoo.org
1 hwoarang 11/09/03 10:27:07
2
3 Added: openbox-3.5.0-configure-imlib2.patch
4 Log:
5 Respect imlib2 configuration option. Bug #381067. Patch is already in git repo
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-wm/openbox/files/openbox-3.5.0-configure-imlib2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/files/openbox-3.5.0-configure-imlib2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/files/openbox-3.5.0-configure-imlib2.patch?rev=1.1&content-type=text/plain
14
15 Index: openbox-3.5.0-configure-imlib2.patch
16 ===================================================================
17 Index: openbox-3.5.0/configure.ac
18 ===================================================================
19 --- openbox-3.5.0.orig/configure.ac
20 +++ openbox-3.5.0/configure.ac
21 @@ -168,7 +168,7 @@ AC_ARG_ENABLE(imlib2,
22 [--disable-imlib2],
23 [disable use of Imlib2 image library for loading icons. [default=enabled]]
24 ),
25 - [enable_imlib2=$enableeval],
26 + [enable_imlib2=$enableval],
27 [enable_imlib2=yes]
28 )