diff options
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/mozc-server/Makefile.common | 4 |
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 |