diff options
-rw-r--r-- | japanese/scim-skk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |