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/dev-libs/libwapcaplet/files/libwapcaplet-0.4.1-makefile...

13 lines
391 B

diff --git a/Makefile b/Makefile
index a220258..0e0799e 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,6 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-Wmissing-declarations -Wnested-externs
# BeOS/Haiku standard library headers issue warnings
ifneq ($(BUILD),i586-pc-haiku)
- WARNFLAGS := $(WARNFLAGS) -Werror
endif
CFLAGS := -D_BSD_SOURCE -D_DEFAULT_SOURCE \