From bf704802dec9333d2d5837f5f2c1de4471482416 Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 17 Feb 2004 11:58:20 +0000 Subject: BROKEN on 5.x: fails to patch --- security/xca/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/security/xca/Makefile b/security/xca/Makefile index a13022a03ff..522212522e0 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -23,8 +23,14 @@ USE_REINPLACE= yes USE_OPENSSL= yes USE_QT_VER= 3 +.include + +.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 +.include -- cgit