diff options
author | marino <marino@FreeBSD.org> | 2015-03-26 22:33:34 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-26 22:33:34 +0800 |
commit | b5ee6a2345419660bd30c5fd4f5d74fb9d8943dc (patch) | |
tree | f08f012476d351bcd993f7e55f31e7e05baef9fd /mail/dma | |
parent | 31465caa301ae2254e6535088cd5080f669f56f8 (diff) | |
download | freebsd-ports-gnome-b5ee6a2345419660bd30c5fd4f5d74fb9d8943dc.tar.gz freebsd-ports-gnome-b5ee6a2345419660bd30c5fd4f5d74fb9d8943dc.tar.zst freebsd-ports-gnome-b5ee6a2345419660bd30c5fd4f5d74fb9d8943dc.zip |
mail/dma: disable -Werror
Diffstat (limited to 'mail/dma')
-rw-r--r-- | mail/dma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dma/Makefile b/mail/dma/Makefile index c666f6328c8f..b2dbebcde9f1 100644 --- a/mail/dma/Makefile +++ b/mail/dma/Makefile @@ -26,7 +26,7 @@ CFLAGS+= -I${OPENSSLINC} \ -DDMA_GROUP='\"mail\"' LDFLAGS+= -L${OPENSSLLIB} -MAKE_ENV= __MAKE_CONF=/dev/null SRCCONF=/dev/null +MAKE_ENV= __MAKE_CONF=/dev/null SRCCONF=/dev/null NO_WERROR=defined USE_RC_SUBR= dma_flushq SUB_FILES= pkg-message |