pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/uim uim: Set C99 correctly, use C++03.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d098ce5ec756
branches: trunk
changeset: 375073:d098ce5ec756
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Feb 02 16:38:19 2018 +0000
description:
uim: Set C99 correctly, use C++03.
diffstat:
inputmethod/uim/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2f2bb390eb98 -r d098ce5ec756 inputmethod/uim/Makefile
--- a/inputmethod/uim/Makefile Fri Feb 02 16:20:29 2018 +0000
+++ b/inputmethod/uim/Makefile Fri Feb 02 16:38:19 2018 +0000
@@ -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 @@
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 @@
BUILDLINK_TRANSFORM+= rm:-O2
LDFLAGS.SunOS+= -mimpure-text
-CFLAGS.SunOS+= -std=c99 -D__EXTENSIONS__
+CFLAGS.SunOS+= -D__EXTENSIONS__
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index