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 1OwocF-0007n4-40 for garchives@archives.gentoo.org; Sat, 18 Sep 2010 04:01:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BE05E0806; Sat, 18 Sep 2010 04:01:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D621BE0806 for ; Sat, 18 Sep 2010 04:01:29 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CB7D1B4012 for ; Sat, 18 Sep 2010 04:01:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id EE57F20054; Sat, 18 Sep 2010 04:01:27 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libPropList/files: libPropList-0.10.1-include.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: libPropList-0.10.1-include.patch X-VCS-Directories: x11-libs/libPropList/files X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Message-Id: <20100918040127.EE57F20054@flycatcher.gentoo.org> Date: Sat, 18 Sep 2010 04:01:27 +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: 00855039-964f-4278-a8b1-924667766765 X-Archives-Hash: 709fda6b84d50d7b8eee74f3e1dcc01e jer 10/09/18 04:01:27 Added: libPropList-0.10.1-include.patch Log: Respect LDFLAGS (bug #335968), CC by deploying autotools. Fix some comp= iler warnings. Use emake instead of make. Use econf instead of ./configur= e. =20 (Portage version: 2.2_rc83/cvs/Linux i686) Revision Changes Path 1.1 x11-libs/libPropList/files/libPropList-0.10.1-includ= e.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropLi= st/files/libPropList-0.10.1-include.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropLi= st/files/libPropList-0.10.1-include.patch?rev=3D1.1&content-type=3Dtext/p= lain Index: libPropList-0.10.1-include.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 --- comparing.c.orig 1999-01-28 08:11:03.000000000 +0100 +++ comparing.c 2010-09-18 05:52:24.000000000 +0200 @@ -4,6 +4,7 @@ =20 */ =20 +#include /* strcmp(), memcmp() */ #include "proplistP.h" =20 /* forward prototype */