diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-05 16:41:55 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-05 16:41:55 +0800 |
commit | 07f08392b88a079b4059cd687223cdcf415881fe (patch) | |
tree | 6dece4bba03c39c2e244461b52b93a7d6e1c74b0 /sysutils/ffs2recov | |
parent | 5803945086f973a0b38e0993cbe6a920aa0caa25 (diff) | |
download | freebsd-ports-gnome-07f08392b88a079b4059cd687223cdcf415881fe.tar.gz freebsd-ports-gnome-07f08392b88a079b4059cd687223cdcf415881fe.tar.zst freebsd-ports-gnome-07f08392b88a079b4059cd687223cdcf415881fe.zip |
- Reduce WARNS to 3 to make it build on ia64/sparc64
Requested by: maintainer
Diffstat (limited to 'sysutils/ffs2recov')
-rw-r--r-- | sysutils/ffs2recov/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ffs2recov/files/Makefile b/sysutils/ffs2recov/files/Makefile index 914aff1d749b..37a174137707 100644 --- a/sysutils/ffs2recov/files/Makefile +++ b/sysutils/ffs2recov/files/Makefile @@ -7,6 +7,6 @@ MAN= ffs2recov.8 DPADD= ${LIBUFS} LDADD= -lufs -WARNS?= 6 +WARNS?= 3 .include <bsd.prog.mk> |