- Mark BROKEN on 6.x

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-12-30 17:45:10 +00:00
parent 1b8ab0c48a
commit 2f05d3f3f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246892

View File

@ -22,6 +22,12 @@ USE_CMAKE= yes
USE_LDCONFIG= yes
CMAKE_USE_PTHREAD= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
post-patch:
#disable layex doc, it not ready yer
${REINPLACE_CMD} -e '/add_subdirectory.*doc/d' \
@ -38,4 +44,4 @@ pre-configure:
${REINPLACE_CMD} -e 's|(int) pthread_self|(unsigned long long) pthread_self|' \
${PATCH_WRKSRC}/OpenGTL/GTLCore/MemoryManager_p.cpp
.include <bsd.port.mk>
.include <bsd.port.post.mk>