Mark it FORBIDDEN for defined(PARALLEL_PACKAGE_BUILD) &&

${OSVERSION} >= 500000 -- the build hangs.
This commit is contained in:
Satoshi Asami 2001-08-29 05:16:49 +00:00
parent 4618438134
commit 703da03218
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47058

View file

@ -34,4 +34,10 @@ post-install:
fi fi
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000
FORBIDDEN= hang
.endif
.include <bsd.port.post.mk>