aboutsummaryrefslogtreecommitdiff
path: root/japanese/scim-skk
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-04-27 06:59:27 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-04-27 06:59:27 +0000
commit7159de0410690f41af83e5d2a840e9095d71773a (patch)
tree8ed3f1e79a5e5d3949b420e330055f67b5a5111d /japanese/scim-skk
parent91f3078a0be51dbb7d4b911de50f69f393e7472a (diff)
downloadports-7159de0410690f41af83e5d2a840e9095d71773a.tar.gz
ports-7159de0410690f41af83e5d2a840e9095d71773a.zip
Mark as BROKEN= does not compile on 4.x: bad C++ code
Reported by: kris
Notes
Notes: svn path=/head/; revision=160574
Diffstat (limited to 'japanese/scim-skk')
-rw-r--r--japanese/scim-skk/Makefile4
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