diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2004-02-12 04:11:40 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2004-02-12 04:11:40 +0000 |
| commit | 06d2a666e49a2abf07226e464e05cb9149636df2 (patch) | |
| tree | 17ca77bc9e4d8e21eafb7503310c989d59a3f83b /lib | |
| parent | 9a580b5e18dd96b8a5bcd8505403ed3fd95d8ee6 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libarchive/Makefile | 4 | ||||
| -rw-r--r-- | lib/libarchive/Makefile.freebsd | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index e59b243fba6e..2abc4bdf545e 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -114,6 +114,8 @@ CFLAGS+=-DDEBUG -g CFLAGS+=-DDMALLOC -I/usr/local/include LDFLAGS+=-L/usr/local/lib -ldmalloc .endif -WARNS?= 10 + +# Should be WARNS=10, except that zlib.h is borked. <sigh> +WARNS?= 3 .include <bsd.lib.mk> diff --git a/lib/libarchive/Makefile.freebsd b/lib/libarchive/Makefile.freebsd index e59b243fba6e..2abc4bdf545e 100644 --- a/lib/libarchive/Makefile.freebsd +++ b/lib/libarchive/Makefile.freebsd @@ -114,6 +114,8 @@ CFLAGS+=-DDEBUG -g CFLAGS+=-DDMALLOC -I/usr/local/include LDFLAGS+=-L/usr/local/lib -ldmalloc .endif -WARNS?= 10 + +# Should be WARNS=10, except that zlib.h is borked. <sigh> +WARNS?= 3 .include <bsd.lib.mk> |
