diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-01-29 18:33:01 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-01-29 18:33:01 +0000 |
commit | 1c287f3253d852c34a2b241097b9dddede0489e9 (patch) | |
tree | 9c2872e5d0319c81bc4a9e5606afe5d2c0dc0d37 /inputmethod/scim | |
parent | 9bb4e28e555502bfbe254ebe0e7e74b2a64c27f8 (diff) | |
download | pkgsrc-1c287f3253d852c34a2b241097b9dddede0489e9.tar.gz |
scim: Specify C++03, not C++11 clean.
Diffstat (limited to 'inputmethod/scim')
-rw-r--r-- | inputmethod/scim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/scim/Makefile b/inputmethod/scim/Makefile index 2fe3cccb587..b79ed8e38c2 100644 --- a/inputmethod/scim/Makefile +++ b/inputmethod/scim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2017/11/23 17:19:42 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2018/01/29 18:33:01 jperkin Exp $ # DISTNAME= scim-1.4.15 @@ -16,7 +16,7 @@ SUPERSEDES+= scim-bridge-[0-9]* PKG_SYSCONFSUBDIR= scim USE_PKGLOCALEDIR= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_LIBTOOL= yes USE_TOOLS+= msgfmt pkg-config USE_TOOLS+= gmake # make scim-setup.desktop |