mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Define WITHOUT_MMAP since it's enabled by default.
Reported by: pawmal-posting at freebsd dot lublin dot pl
This commit is contained in:
parent
827e5546c4
commit
44db6dc6c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127923
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ CONFIGURE_ARGS+= --disable-pgsql
|
||||||
PLIST_SUB+= WITH_PGSQL="@comment "
|
PLIST_SUB+= WITH_PGSQL="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_MMAP)
|
.if defined(WITHOUT_MMAP)
|
||||||
CONFIGURE_ARGS+=--enable-mmap
|
CONFIGURE_ARGS+=--disable-mmap
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue