diff options
Diffstat (limited to 'www/mod_spdy')
-rw-r--r-- | www/mod_spdy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index 7ccfbcf39592..08e81652cd6a 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -62,7 +62,7 @@ CC= clang CXX= clang++ GYP_DEFINES+= clang=1 .else -USE_GCC?= 4.6+ +USE_GCC?= yes GYP_DEFINES+= gcc_version=${CXX:S/g++//} .endif |