Mark broken on 5.x amd64
Reported by: miwi, pointyhat
This commit is contained in:
parent
1424aeddff
commit
7043327794
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208096
@ -29,6 +29,12 @@ CMAKE_ARGS= -DCMAKE_BUILD_TYPE=DEBUG \
|
||||
-DCMAKE_CXX_COMPILER:STRING=${CXX} \
|
||||
-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${ARCH} == amd64) && (${OSVERSION} < 600000)
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
|
||||
@ -40,4 +46,4 @@ post-patch:
|
||||
do-configure:
|
||||
cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${CMAKE} ${CMAKE_ARGS} ..
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user