From 8033bf507d0510adcc328116ad8cfc43aca2e173 Mon Sep 17 00:00:00 2001 From: vd Date: Thu, 27 Apr 2006 06:59:27 +0000 Subject: Mark as BROKEN= does not compile on 4.x: bad C++ code Reported by: kris --- japanese/scim-skk/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile index 49b11133edab..3966863c65b2 100644 --- a/japanese/scim-skk/Makefile +++ b/japanese/scim-skk/Makefile @@ -37,6 +37,10 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib" .endif +.if ${OSVERSION} < 500000 +BROKEN= does not compile on 4.x: bad C++ code +.endif + post-patch: @${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" ${WRKSRC}/src/scim_skk_prefs.h -- cgit