From 41d8c3385c21ae51629c8997035eae8a9423ff6c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jan 2009 20:36:33 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- japanese/scim-honoka-plugin-wnn/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'japanese/scim-honoka-plugin-wnn') diff --git a/japanese/scim-honoka-plugin-wnn/Makefile b/japanese/scim-honoka-plugin-wnn/Makefile index af1306a3b9db..9dc773533184 100644 --- a/japanese/scim-honoka-plugin-wnn/Makefile +++ b/japanese/scim-honoka-plugin-wnn/Makefile @@ -29,15 +29,8 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.include - -.if ${OSVERSION} < 500035 -IGNORE= does not build in FreeBSD < 5.x -.else -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" \ + CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib" -.endif -.include +.include -- cgit v1.2.3