mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Avoid recursive variable definition
Submitted by: pfgshield-freebsd@yahoo.com (maintainer)
This commit is contained in:
parent
329f628eea
commit
2b472824bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155411
@ -32,7 +32,7 @@ MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64
|
||||
CONFIGURE_ARGS= --disable-mmap ${CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --disable-mmap
|
||||
.endif
|
||||
|
||||
# The source doesn't include a top-level Makefile, so we'll fake one.
|
||||
|
Loading…
Reference in New Issue
Block a user