From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 88D9F138A87 for ; Sat, 15 Nov 2014 12:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11F97E08F7; Sat, 15 Nov 2014 12:19:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B1E1E08F7 for ; Sat, 15 Nov 2014 12:19:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CBB234059B for ; Sat, 15 Nov 2014 12:19:39 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2275) id 4295DA2F9; Sat, 15 Nov 2014 12:19:38 +0000 (UTC) From: "Michael Weber (xmw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xmw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/librosprite/files: librosprite-0.1.1-Werror.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: librosprite-0.1.1-Werror.patch X-VCS-Directories: media-libs/librosprite/files X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141115121938.4295DA2F9@oystercatcher.gentoo.org> Date: Sat, 15 Nov 2014 12:19:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cabee34f-a937-4b2f-a694-542f8b0f5f8f X-Archives-Hash: 05078df3dfeee413b1e1b1544d9dbcfd xmw 14/11/15 12:19:38 Added: librosprite-0.1.1-Werror.patch Log: Version bump, drop -Werror. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision Changes Path 1.1 media-libs/librosprite/files/librosprite-0.1.1-Werror.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/files/librosprite-0.1.1-Werror.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/files/librosprite-0.1.1-Werror.patch?rev=1.1&content-type=text/plain Index: librosprite-0.1.1-Werror.patch =================================================================== --- librosprite-0.1.1/Makefile +++ librosprite-0.1.1/Makefile @@ -22,11 +22,6 @@ -Wformat=2 -Werror-implicit-function-declaration \ -Wmissing-declarations -Wmissing-prototypes -# BeOS/Haiku standard library headers create warnings -ifneq ($(TARGET),beos) - WARNFLAGS := $(WARNFLAGS) -Werror -endif - CFLAGS := -I$(CURDIR)/include/ $(WARNFLAGS) $(CFLAGS) ifneq ($(GCCVER),2)