pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/scim Change from c++03 til gnu++03 in USE_...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b73f1440bc38
branches: trunk
changeset: 382255:b73f1440bc38
user: he <he%pkgsrc.org@localhost>
date: Sun Jun 24 15:53:48 2018 +0000
description:
Change from c++03 til gnu++03 in USE_LANGUAGES because there's use
of alloca() and this needs to come from the compiler. Fixes the
build for NetBSD/powerpc.
Bump PKGREVISION.
diffstat:
inputmethod/scim/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r b32ae1ceb1c6 -r b73f1440bc38 inputmethod/scim/Makefile
--- a/inputmethod/scim/Makefile Sun Jun 24 15:47:12 2018 +0000
+++ b/inputmethod/scim/Makefile Sun Jun 24 15:53:48 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2018/04/16 14:33:52 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2018/06/24 15:53:48 he Exp $
#
DISTNAME= scim-1.4.15
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
@@ -16,7 +16,7 @@
PKG_SYSCONFSUBDIR= scim
USE_PKGLOCALEDIR= yes
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c gnu++03
USE_LIBTOOL= yes
USE_TOOLS+= msgfmt pkg-config
USE_TOOLS+= gmake # make scim-setup.desktop
Home |
Main Index |
Thread Index |
Old Index