- Disallow on amd64 pointyhat, accesses /etc/fstab during build which is not

available in build jails

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-08-31 21:33:40 +00:00
parent 45b59e1023
commit bdbae792b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260307

View file

@ -33,4 +33,10 @@ MAN3= Sys::Filesystem::Mswin32.3 \
Sys::Filesystem::Hpux.3 \
Sys::Filesystem::Netbsd.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
MANUAL_PACKAGE_BUILD= accesses /etc/fstab during configure phase
.endif
.include <bsd.port.post.mk>