1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Depessimize last commit, port only dumps core on

${ARCH} == "amd64" && ${OSVERSION} >= 700000
This commit is contained in:
Emanuel Haupt 2006-02-09 11:43:46 +00:00
parent 04c2c7f16b
commit f8c7aa4eb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155584

View File

@ -23,8 +23,8 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LFLAGS="${LDFLAGS}"
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Coredump during runtime on amd64"
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
BROKEN= "Coredump during runtime on amd64 running OSVERSION >= 700000"
.endif
post-patch: