summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-02-19 09:44:56 +0000
committerjperkin <jperkin@pkgsrc.org>2014-02-19 09:44:56 +0000
commit354a7d04939898f3c824c7a95cd99fe5f96081f8 (patch)
treef9bf03ff3753cfbbdd953edaa7872f72cc4a070e /inputmethod/mozc-server
parent4068c311da9de010a2d03c0a6dd889081d53f514 (diff)
downloadpkgsrc-354a7d04939898f3c824c7a95cd99fe5f96081f8.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