diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-02-02 16:38:19 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-02-02 16:38:19 +0000 |
commit | 84a2d514467e0659c74f29c1555797c0b22eecbe (patch) | |
tree | 2024b31ef4307e596f94e679017fcdf1b0c5344d /inputmethod/uim/Makefile | |
parent | df6d97a8a86a8aba0d0743d8c49ee6ab61e9b39b (diff) | |
download | pkgsrc-84a2d514467e0659c74f29c1555797c0b22eecbe.tar.gz |
uim: Set C99 correctly, use C++03.
Diffstat (limited to 'inputmethod/uim/Makefile')
-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" |