1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

BROKEN on 5.x: fails to patch

This commit is contained in:
Kris Kennaway 2004-02-17 11:58:20 +00:00
parent 65f707fc91
commit b5e1800652
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101191

View File

@ -23,8 +23,14 @@ USE_REINPLACE= yes
USE_OPENSSL= yes
USE_QT_VER= 3
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
BROKEN= "Fails to patch"
.endif
post-patch:
@${REINPLACE_CMD} -E -e 's,(if[\ \t]+test[\ \t]+.+)[\ \t]+==,\1 =,' \
${WRKDIR}/${PKGNAME}/configure
.include <bsd.port.mk>
.include <bsd.port.post.mk>