mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Mark BROKEN on amd64/7 and up
Reported by: pointyhat
This commit is contained in:
parent
bfcf3d00d2
commit
e20a494c94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210891
@ -32,6 +32,12 @@ CONFIGURE_ARGS= --disable-versioned-doc --enable-pdf
|
||||
MAN1= simulavr.1 simulavr-disp.1
|
||||
INFO= simulavr
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${RM} -f ${TMPPLIST}
|
||||
(cd ${BUILD_WRKSRC}/doc/internals_html && \
|
||||
@ -45,4 +51,4 @@ do-install:
|
||||
done
|
||||
(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} install)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user