diff options
author | roam <roam@FreeBSD.org> | 2009-04-06 04:16:35 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2009-04-06 04:16:35 +0800 |
commit | ae087b9c739d4605ab67a269ad5650fb110bf0ed (patch) | |
tree | d6fe6357bc9f598662ad7db741c58197edc22e2c | |
parent | f5d6d4ce3510b51a1bc74e3bf9426f9976e3ef9f (diff) | |
download | freebsd-ports-gnome-ae087b9c739d4605ab67a269ad5650fb110bf0ed.tar.gz freebsd-ports-gnome-ae087b9c739d4605ab67a269ad5650fb110bf0ed.tar.zst freebsd-ports-gnome-ae087b9c739d4605ab67a269ad5650fb110bf0ed.zip |
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@
-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: |