From patchwork Mon Oct 22 12:06:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 193135 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 0CE5D2C0089 for ; Mon, 22 Oct 2012 23:08:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BA0F8A0355; Mon, 22 Oct 2012 12:08:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cDKIa+SpX2nQ; Mon, 22 Oct 2012 12:08:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 25BDEA023F; Mon, 22 Oct 2012 12:08:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2007E8F74A for ; Mon, 22 Oct 2012 12:07:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A13858BA6B for ; Mon, 22 Oct 2012 12:07:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NppN-x5IATje for ; Mon, 22 Oct 2012 12:07:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id 6DEDA89C6D for ; Mon, 22 Oct 2012 12:07:20 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 048A5192; Mon, 22 Oct 2012 14:06:37 +0200 (CEST) Received: from localhost (col31-4-88-188-83-94.fbx.proxad.net [88.188.83.94]) by mail.free-electrons.com (Postfix) with ESMTPSA id 5D0901AF for ; Mon, 22 Oct 2012 14:06:20 +0200 (CEST) From: Thomas Petazzoni To: buildroot@uclibc.org Date: Mon, 22 Oct 2012 14:06:56 +0200 Message-Id: <1350907617-14368-6-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1350907617-14368-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1350907617-14368-1-git-send-email-thomas.petazzoni@free-electrons.com> Subject: [Buildroot] [PATCH 6/7] xapp_xmag: fix build against Xmu by bumping version X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fix a build issue similar to the one encountered on xapp_listres at http://autobuild.buildroot.org/results/06d0ef38165769df38047c1f64d4cfae835e9e54/. Signed-off-by: Thomas Petazzoni --- package/x11r7/xapp_xmag/xapp_xmag.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xapp_xmag/xapp_xmag.mk b/package/x11r7/xapp_xmag/xapp_xmag.mk index 235787a..0496c8a 100644 --- a/package/x11r7/xapp_xmag/xapp_xmag.mk +++ b/package/x11r7/xapp_xmag/xapp_xmag.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XMAG_VERSION = 1.0.2 +XAPP_XMAG_VERSION = 1.0.4 XAPP_XMAG_SOURCE = xmag-$(XAPP_XMAG_VERSION).tar.bz2 XAPP_XMAG_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XMAG_DEPENDENCIES = xlib_libXaw