diff options
author | Michael Weber <xmw@gentoo.org> | 2014-11-15 12:19:38 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2014-11-15 12:19:38 +0000 |
commit | 95cf673179cda6a5d37363efba560eb54318ad2f (patch) | |
tree | 8bb44ab5d35305c64f61e029e11b15bf4ebe6982 /media-libs | |
parent | Fix building against sys-libs/ncurses[tinfo] (bug #528360). Fix CFLAGS mangli... (diff) | |
download | gentoo-2-95cf673179cda6a5d37363efba560eb54318ad2f.tar.gz gentoo-2-95cf673179cda6a5d37363efba560eb54318ad2f.tar.bz2 gentoo-2-95cf673179cda6a5d37363efba560eb54318ad2f.zip |
Version bump, drop -Werror.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/librosprite/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/librosprite/files/librosprite-0.1.1-Werror.patch | 14 | ||||
-rw-r--r-- | media-libs/librosprite/librosprite-0.1.1.ebuild | 18 |
3 files changed, 39 insertions, 1 deletions
diff --git a/media-libs/librosprite/ChangeLog b/media-libs/librosprite/ChangeLog index 4495a84d0045..d6230c6ecfb6 100644 --- a/media-libs/librosprite/ChangeLog +++ b/media-libs/librosprite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/librosprite # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/librosprite/ChangeLog,v 1.7 2014/01/05 19:09:35 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/librosprite/ChangeLog,v 1.8 2014/11/15 12:19:38 xmw Exp $ + +*librosprite-0.1.1 (15 Nov 2014) + + 15 Nov 2014; Michael Weber <xmw@gentoo.org> + +files/librosprite-0.1.1-Werror.patch, +librosprite-0.1.1.ebuild: + Version bump, drop -Werror. 05 Jan 2014; Fabian Groffen <grobian@gentoo.org> librosprite-0.1.0.ebuild: Marked ~m68k-mint, bug #494512 diff --git a/media-libs/librosprite/files/librosprite-0.1.1-Werror.patch b/media-libs/librosprite/files/librosprite-0.1.1-Werror.patch new file mode 100644 index 000000000000..cd01638b0fd1 --- /dev/null +++ b/media-libs/librosprite/files/librosprite-0.1.1-Werror.patch @@ -0,0 +1,14 @@ +--- 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) diff --git a/media-libs/librosprite/librosprite-0.1.1.ebuild b/media-libs/librosprite/librosprite-0.1.1.ebuild new file mode 100644 index 000000000000..0032ec83a701 --- /dev/null +++ b/media-libs/librosprite/librosprite-0.1.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/librosprite/librosprite-0.1.1.ebuild,v 1.1 2014/11/15 12:19:38 xmw Exp $ + +EAPI=5 + +NETSURF_BUILDSYSTEM=buildsystem-1.2 +inherit netsurf + +DESCRIPTION="framebuffer abstraction library, written in C" +HOMEPAGE="http://www.netsurf-browser.org/projects/librosprite/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~m68k-mint" +IUSE="" + +PATCHES=( "${FILESDIR}"/${P}-Werror.patch ) |