From d908d3342a6490a89aab1239fe34175450694aeb Mon Sep 17 00:00:00 2001 From: cjh Date: Sun, 13 Aug 2006 07:50:17 +0000 Subject: temporarily, I mark it BROKEN in 4.x. (maybe compiler problem) Approved by: kris --- korean/scim-hangul/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'korean') diff --git a/korean/scim-hangul/Makefile b/korean/scim-hangul/Makefile index d9d021d2341..e5e3a74cdd1 100644 --- a/korean/scim-hangul/Makefile +++ b/korean/scim-hangul/Makefile @@ -28,6 +28,10 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ .include +.if ${OSVERSION} < 500000 +BROKEN= does not compile on FreeBSD 4.x +.endif + .if ${OSVERSION} < 500035 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -- cgit