From b5e1800652f1be5dcd433100bd5f455c2772334a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 17 Feb 2004 11:58:20 +0000 Subject: [PATCH] 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 a13022a03ff5..522212522e02 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