openbsd-ports/sysutils/apcd/patches/patch-apcd_Makefile
2022-03-11 19:57:10 +00:00

12 lines
279 B
Plaintext

--- apcd/Makefile.orig Sun Apr 23 23:23:33 2017
+++ apcd/Makefile Sun Apr 23 23:23:38 2017
@@ -1,7 +1,7 @@
PROG= apcd
SRCS= apcd.c
-CFLAGS+= -Wall -Werror -Wstrict-prototypes -pedantic
+CFLAGS+= -Wall -Wstrict-prototypes -pedantic
LDADD+= -L../libmy -lmy
PIPE= -pipe