From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QznRW-0004U2-Uh for garchives@archives.gentoo.org; Sat, 03 Sep 2011 10:27:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04E7621C021; Sat, 3 Sep 2011 10:27:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C1F8E21C021 for ; Sat, 3 Sep 2011 10:27:09 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 366931B402F for ; Sat, 3 Sep 2011 10:27:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id EE13120051; Sat, 3 Sep 2011 10:27:07 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/openbox/files: openbox-3.5.0-configure-imlib2.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: openbox-3.5.0-configure-imlib2.patch X-VCS-Directories: x11-wm/openbox/files X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Message-Id: <20110903102707.EE13120051@flycatcher.gentoo.org> Date: Sat, 3 Sep 2011 10:27:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ff710f1bfaec03c59ec560a1198b57ed hwoarang 11/09/03 10:27:07 Added: openbox-3.5.0-configure-imlib2.patch Log: Respect imlib2 configuration option. Bug #381067. Patch is already in g= it repo =20 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64) Revision Changes Path 1.1 x11-wm/openbox/files/openbox-3.5.0-configure-imlib2.= patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/fil= es/openbox-3.5.0-configure-imlib2.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/fil= es/openbox-3.5.0-configure-imlib2.patch?rev=3D1.1&content-type=3Dtext/pla= in Index: openbox-3.5.0-configure-imlib2.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: openbox-3.5.0/configure.ac =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- openbox-3.5.0.orig/configure.ac +++ openbox-3.5.0/configure.ac @@ -168,7 +168,7 @@ AC_ARG_ENABLE(imlib2, [--disable-imlib2], [disable use of Imlib2 image library for loading icons. [default=3De= nabled]] ), - [enable_imlib2=3D$enableeval], + [enable_imlib2=3D$enableval], [enable_imlib2=3Dyes] ) =20