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:
parent
04c2c7f16b
commit
f8c7aa4eb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155584
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user