head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.8
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.6
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.4
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.2
	pkgsrc-2025Q2-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.04.22.16.04.42;	author nia;	state Exp;
branches;
next	;
commitid	Kc8Bc2QkHxHl24SF;


desc
@@


1.1
log
@gkrellm-est: Strip out -Werror to fix build with new toolchain/libraries.
@
text
@$NetBSD$

Remove -Werror. Unsuitable for newer toolchains.

--- Makefile.orig	2025-04-22 16:02:29.678727024 +0000
+++ Makefile
@@@@ -11,12 +11,12 @@@@ DEBUG_FLAGS=	-g
 all: gkrellm-est.so
 
 gkrellm-est.so: gkrellm-est.o
-	${CC} ${LDFLAGS} -Wall -Werror -o ${.TARGET} -shared ${GKRELLM_LDFLAGS} ${.ALLSRC}
+	${CC} ${LDFLAGS} -Wall -o ${.TARGET} -shared ${GKRELLM_LDFLAGS} ${.ALLSRC}
 
 .SUFFIXES: .c.o
 
 .c.o:
-	${CC} ${CFLAGS} -c -Wall -Werror -o ${.TARGET} ${GKRELLM_CPPFLAGS} ${.ALLSRC}
+	${CC} ${CFLAGS} -c -Wall -o ${.TARGET} ${GKRELLM_CPPFLAGS} ${.ALLSRC}
 
 clean:
 	rm -f *.o *.so *.core
@
