diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-04-27 06:59:27 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-04-27 06:59:27 +0000 |
commit | 7159de0410690f41af83e5d2a840e9095d71773a (patch) | |
tree | 8ed3f1e79a5e5d3949b420e330055f67b5a5111d /japanese/scim-skk | |
parent | 91f3078a0be51dbb7d4b911de50f69f393e7472a (diff) | |
download | ports-7159de0410690f41af83e5d2a840e9095d71773a.tar.gz ports-7159de0410690f41af83e5d2a840e9095d71773a.zip |
Notes
Diffstat (limited to 'japanese/scim-skk')
-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 |