Turn off -Werror for now; it breaks the build on both -current and

-stable.

Requested by:	The author
This commit is contained in:
Sheldon Hearn 2002-08-16 15:14:15 +00:00
parent 125b598694
commit 8c05d4d733
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64582
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= popd
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/

View File

@ -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}