summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-02-19 09:44:56 +0000
committerjperkin <jperkin>2014-02-19 09:44:56 +0000
commitb8f9dc268eb36c8c8c8aacaefbb1cca070065ddb (patch)
treef9bf03ff3753cfbbdd953edaa7872f72cc4a070e /inputmethod/mozc-server
parentf38f3b85209ec5232ae031bfbb30297419917459 (diff)
downloadpkgsrc-b8f9dc268eb36c8c8c8aacaefbb1cca070065ddb.tar.gz
GCC_REQD should be appended to, not set.
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD was forcing an older (and broken) one to be pulled regardless.
Diffstat (limited to 'inputmethod/mozc-server')
-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 f3df1276426..74cd0404b10 100644
--- a/inputmethod/mozc-server/Makefile.common
+++ b/inputmethod/mozc-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2014/01/25 10:30:11 wiz Exp $
+# $NetBSD: Makefile.common,v 1.7 2014/02/19 09:44:56 jperkin Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
@@ -25,7 +25,7 @@ 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
-GCC_REQD= 4.7
+GCC_REQD+= 4.7
CXXFLAGS+= -std=c++11
USE_TOOLS+= gmake pkg-config