1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Mark BROKEN on FreeBSD 6.x: does not compile

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-12-19 17:47:03 +00:00
parent dc8c496530
commit 5e8d0a0dd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224432

View File

@ -22,9 +22,15 @@ USE_OPENSSL= YES
WRKSRC= ${WRKDIR}/${DISTNAME}/src
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on FreeBSD 6.x
.endif
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
${FILESDIR}/Makefile > ${WRKSRC}/Makefile
.include <bsd.port.mk>
.include <bsd.port.post.mk>