diff options
author | he <he@pkgsrc.org> | 2018-06-24 15:53:48 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2018-06-24 15:53:48 +0000 |
commit | 6c5d975e691a13ebb09c589552cd746de45d34ee (patch) | |
tree | 9bfc275ab2555da4c97de70576cc0f3ffde3b666 /inputmethod/scim | |
parent | 699f50217c4e2754754d7996c04905cdb56a4f59 (diff) | |
download | pkgsrc-6c5d975e691a13ebb09c589552cd746de45d34ee.tar.gz |
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 (limited to 'inputmethod/scim')
-rw-r--r-- | inputmethod/scim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/scim/Makefile b/inputmethod/scim/Makefile index e4500bba5d1..6e20c6d2f80 100644 --- a/inputmethod/scim/Makefile +++ b/inputmethod/scim/Makefile @@ -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 @@ SUPERSEDES+= scim-bridge-[0-9]* 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 |