aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-04-27 14:59:27 +0800
committervd <vd@FreeBSD.org>2006-04-27 14:59:27 +0800
commit8033bf507d0510adcc328116ad8cfc43aca2e173 (patch)
tree109070c241b71663f938bcf680cf902c5fe53f11
parent55c40ff62590a63b66d2da8ed400782bb28b73ff (diff)
downloadfreebsd-ports-gnome-8033bf507d0510adcc328116ad8cfc43aca2e173.tar.gz
freebsd-ports-gnome-8033bf507d0510adcc328116ad8cfc43aca2e173.tar.zst
freebsd-ports-gnome-8033bf507d0510adcc328116ad8cfc43aca2e173.zip
Mark as BROKEN= does not compile on 4.x: bad C++ code
Reported by: kris
-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