mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Mark BROKEN: does not compile on 6.X
Reported by: pointyhat
This commit is contained in:
parent
0248d9905e
commit
fa5576457a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255009
1 changed files with 8 additions and 1 deletions
|
@ -33,6 +33,12 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
|
|||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cmake+modules+lasi.cmake
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile on 6.X
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
.if defined(NOPORTEXAMPLES)
|
||||
@${REINPLACE_CMD} 's/^\(add_subdirectory(examples)\)/#\1/' ${WRKSRC}/CMakeLists.txt
|
||||
|
@ -54,4 +60,5 @@ post-install:
|
|||
@${RM} -rf ${DATADIR}/*
|
||||
.endif
|
||||
@${TEST} -d ${DATADIR} && ${RMDIR} ${DATADIR} || ${TRUE}
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue