From 44db6dc6c542fb8db803a8ef9b348dc721d10028 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 2 Feb 2005 17:41:45 +0000 Subject: [PATCH] Define WITHOUT_MMAP since it's enabled by default. Reported by: pawmal-posting at freebsd dot lublin dot pl --- net-mgmt/pmacct/Makefile | 4 ++-- 1 file 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