pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/uim uim: needs alloca, use gnu++03



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b02ef0e808d2
branches:  trunk
changeset: 424115:b02ef0e808d2
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 05 13:04:45 2020 +0000

description:
uim: needs alloca, use gnu++03

diffstat:

 inputmethod/uim/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d3426644586a -r b02ef0e808d2 inputmethod/uim/Makefile
--- a/inputmethod/uim/Makefile  Thu Mar 05 12:57:41 2020 +0000
+++ b/inputmethod/uim/Makefile  Thu Mar 05 13:04:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2020/01/18 21:49:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.159 2020/03/05 13:04:45 nia Exp $
 
 PKGREVISION= 1
 .include "../../inputmethod/uim/Makefile.common"
@@ -17,7 +17,7 @@
 USE_TOOLS+=    gmake pkg-config
 USE_TOOLS+=    intltool msgfmt msgmerge xgettext
 USE_TOOLS+=    autopoint
-USE_LANGUAGES= c99 c++03
+USE_LANGUAGES= c99 gnu++03
 
 # Avoid finding mono tool and breaking.
 MAKE_FLAGS+=   CSI=



Home | Main Index | Thread Index | Old Index