You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/librosprite/files/librosprite-0.1.2-Werror.patch

15 lines
393 B

--- librosprite-0.1.2/Makefile
+++ librosprite-0.1.2/Makefile
@@ -22,11 +22,6 @@
-Wformat=2 -Werror-implicit-function-declaration \
-Wmissing-declarations -Wmissing-prototypes
-# BeOS/Haiku standard library headers create warnings
-ifneq ($(BUILD),i586-pc-haiku)
- WARNFLAGS := $(WARNFLAGS) -Werror
-endif
-
CFLAGS := -I$(CURDIR)/include/ $(WARNFLAGS) $(CFLAGS)
ifneq ($(GCCVER),2)