diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-02 17:41:45 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-02 17:41:45 +0000 |
commit | 44db6dc6c542fb8db803a8ef9b348dc721d10028 (patch) | |
tree | 68a2f56cd28ecafeeb5d0d9abd07cfb20fa83c66 /net-mgmt/pmacct | |
parent | Note vulnerabilities in perl. (diff) |
Define WITHOUT_MMAP since it's enabled by default.
Reported by: pawmal-posting at freebsd dot lublin dot pl
Notes
Notes:
svn path=/head/; revision=127923
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index bb35d9eef90a..eb13c795e940 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -31,8 +31,8 @@ CONFIGURE_ARGS+= --disable-pgsql PLIST_SUB+= WITH_PGSQL="@comment " .endif -.if defined(WITH_MMAP) -CONFIGURE_ARGS+=--enable-mmap +.if defined(WITHOUT_MMAP) +CONFIGURE_ARGS+=--disable-mmap .endif GNU_CONFIGURE= yes |