From 8c05d4d7335847be32e46a68480c593f2f2045a7 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Fri, 16 Aug 2002 15:14:15 +0000 Subject: Turn off -Werror for now; it breaks the build on both -current and -stable. Requested by: The author --- mail/popd/files/patch-src::Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/popd/files/patch-src::Makefile') diff --git a/mail/popd/files/patch-src::Makefile b/mail/popd/files/patch-src::Makefile index 0da20f3c36f4..0637324b9b82 100644 --- a/mail/popd/files/patch-src::Makefile +++ b/mail/popd/files/patch-src::Makefile @@ -5,7 +5,7 @@ PROG= popd -CFLAGS+= -Wall -Werror -pedantic -I../lib -L../lib -L/usr/local/lib \ -+CFLAGS+= -Wall -Werror -pedantic -I../lib -L../lib \ ++CFLAGS+= -Wall -pedantic -I../lib -L../lib \ -DUSE_SSL -DUSE_IPV6 LDADD= -lcrypt -lmd -lradius -lpoputil -lssl -lcrypto -DPSDD= ${LIBCRYPT} ${LIBMD} -- cgit v1.2.3