diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-08-16 15:14:15 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-08-16 15:14:15 +0000 |
commit | 8c05d4d7335847be32e46a68480c593f2f2045a7 (patch) | |
tree | 89e88f2d9bbbfb9ab37af6a2bf3f2d8ea0e22690 /mail/popd/files/patch-src::Makefile | |
parent | Set proper ownership and permissions in ${PREFIX}/lib/oz (UID and GID in (diff) |
Turn off -Werror for now; it breaks the build on both -current and
-stable.
Requested by: The author
Diffstat (limited to 'mail/popd/files/patch-src::Makefile')
-rw-r--r-- | mail/popd/files/patch-src::Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |