diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-04-05 20:16:35 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-04-05 20:16:35 +0000 |
commit | 7e89b1dc0d57ad5b1832e35a62aa74691afb4834 (patch) | |
tree | 883cc62499e64ed284ff6d7da4d901570de19186 /sysutils/prips | |
parent | e3908a32fe8f55edc4e55edc5238b9fd12d31a9a (diff) |
Well, building with all the warning flags may be all fine and dandy on
my system, but... just think about all the systems that do not yet have
a new enough GCC for e.g. -Wno-pointer-sign :)
Reported by: QAT via pav@
Notes
Notes:
svn path=/head/; revision=231664
Diffstat (limited to 'sysutils/prips')
-rw-r--r-- | sysutils/prips/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/prips/Makefile b/sysutils/prips/Makefile index bff003bdb94d..080dcecf2898 100644 --- a/sysutils/prips/Makefile +++ b/sysutils/prips/Makefile @@ -18,6 +18,8 @@ PLIST_FILES= bin/prips MAN1= prips.1 MANCOMPRESSED= yes +MAKE_ENV+= CFLAGS_WARN="-Wall -W" + .include <bsd.port.pre.mk> do-install: |