summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-12-30 21:38:08 +0000
committerryoon <ryoon@pkgsrc.org>2014-12-30 21:38:08 +0000
commit12ae4d72c5ed8aacedac4469b850f28b2d14e460 (patch)
tree637b271f72c3029a4a22cad4d9f09b68071100bf /inputmethod
parenta9466c186dce23cc37fe3af626100ca9adb3f38c (diff)
downloadpkgsrc-12ae4d72c5ed8aacedac4469b850f28b2d14e460.tar.gz
Fix comment for consistency with GCC_REQD.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/mozc-server/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common
index 177301595d0..6bb0c0fe5d7 100644
--- a/inputmethod/mozc-server/Makefile.common
+++ b/inputmethod/mozc-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2014/11/07 23:28:36 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.16 2014/12/30 21:38:08 ryoon Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
@@ -26,7 +26,7 @@ BUILD_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gyp
USE_LANGUAGES= c c++
-# nullptr requires -std=c++11, and -std=c++11 requires gcc 4.7 or later
+# nullptr requires -std=c++11, and -std=c++11 requires gcc 4.6 or later
GCC_REQD+= 4.6
CXXFLAGS+= -std=c++03