diff options
-rw-r--r-- | inputmethod/uim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index d17b94e00f2..f73bc6f5aa5 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2018/01/28 20:10:53 wiz Exp $ +# $NetBSD: Makefile,v 1.134 2018/02/02 16:38:19 jperkin Exp $ # .include "../../inputmethod/uim/Makefile.common" @@ -12,7 +12,7 @@ CONFLICTS+= uim-qt4-immodule-[0-9]* USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool pkg-config msgfmt -USE_LANGUAGES= c c++ +USE_LANGUAGES= c99 c++03 PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-emacs @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} BUILDLINK_TRANSFORM+= rm:-O2 LDFLAGS.SunOS+= -mimpure-text -CFLAGS.SunOS+= -std=c99 -D__EXTENSIONS__ +CFLAGS.SunOS+= -D__EXTENSIONS__ .include "options.mk" |