summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2016-05-07 23:28:36 +0200
committerMichael Weber <xmw@gentoo.org>2016-05-07 23:44:30 +0200
commit2f035217ee8f7d63915144a85e60a52ee6832911 (patch)
treeed0858017199e246004c735d5785e633d01d9af4 /media-libs/librosprite/files
parentdev-libs/libnsutils: Version bump. (diff)
downloadgentoo-2f035217ee8f7d63915144a85e60a52ee6832911.tar.gz
gentoo-2f035217ee8f7d63915144a85e60a52ee6832911.tar.bz2
gentoo-2f035217ee8f7d63915144a85e60a52ee6832911.zip
media-libs/librosprite: Drop old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-libs/librosprite/files')
-rw-r--r--media-libs/librosprite/files/librosprite-0.1.1-Werror.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/media-libs/librosprite/files/librosprite-0.1.1-Werror.patch b/media-libs/librosprite/files/librosprite-0.1.1-Werror.patch
deleted file mode 100644
index cd01638b0fd1..000000000000
--- a/media-libs/librosprite/files/librosprite-0.1.1-Werror.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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)