summaryrefslogtreecommitdiff
path: root/inputmethod/uim
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-02-02 16:38:19 +0000
committerjperkin <jperkin@pkgsrc.org>2018-02-02 16:38:19 +0000
commit84a2d514467e0659c74f29c1555797c0b22eecbe (patch)
tree2024b31ef4307e596f94e679017fcdf1b0c5344d /inputmethod/uim
parentdf6d97a8a86a8aba0d0743d8c49ee6ab61e9b39b (diff)
downloadpkgsrc-84a2d514467e0659c74f29c1555797c0b22eecbe.tar.gz
uim: Set C99 correctly, use C++03.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r--inputmethod/uim/Makefile6
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"