summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorcube <cube>2006-07-04 00:26:05 +0000
committercube <cube>2006-07-04 00:26:05 +0000
commit688ed3b9189c9a1dbeb8ddb935273b3c7a476fd0 (patch)
treed758e567353773bedc90c7ebb62e408b98afd460 /sysutils
parente8fd795fea58c5359f97ae2c3a7a82bfae529987 (diff)
downloadpkgsrc-688ed3b9189c9a1dbeb8ddb935273b3c7a476fd0.tar.gz
Drop -Werror. Fixing all gkrellm warnings requires supernatural powers.
Superheroes, feel welcomed to help.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gkrellm/files/server.Makefile2
-rw-r--r--sysutils/gkrellm/files/src.Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gkrellm/files/server.Makefile b/sysutils/gkrellm/files/server.Makefile
index 9b0c490336a..93440969701 100644
--- a/sysutils/gkrellm/files/server.Makefile
+++ b/sysutils/gkrellm/files/server.Makefile
@@ -50,7 +50,7 @@ ifeq ($(HAVE_GETADDRINFO),1)
endif
-override CFLAGS += -Wall -Werror $(FLAGS)
+override CFLAGS += -Wall $(FLAGS)
OBJS = main.o monitor.o mail.o plugins.o glib.o utils.o sysdeps-unix.o
diff --git a/sysutils/gkrellm/files/src.Makefile b/sysutils/gkrellm/files/src.Makefile
index 36e9ebf9142..c1b223ffc98 100644
--- a/sysutils/gkrellm/files/src.Makefile
+++ b/sysutils/gkrellm/files/src.Makefile
@@ -66,7 +66,7 @@ endif
LIBS = $(PKG_LIB) $(GTOP_LIBS) $(SMC_LIBS) $(SYS_LIBS) $(MD5_LIBS) $(SSL_LIBS)
-override CFLAGS += -Wall -Werror $(FLAGS)
+override CFLAGS += -Wall $(FLAGS)
OBJS = main.o alerts.o battery.o base64.o clock.o cpu.o disk.o fs.o \
hostname.o inet.o mail.o mem.o net.o proc.o sensors.o uptime.o \