$OpenBSD: patch-engine_SCons_Tool_g++_py,v 1.1 2017/07/26 16:12:46 sthen Exp $

Index: engine/SCons/Tool/g++.py
--- engine/SCons/Tool/g++.py.orig
+++ engine/SCons/Tool/g++.py
@@ -44,7 +44,7 @@ import gcc
 
 cplusplus = __import__('c++', globals(), locals(), [])
 
-compilers = ['g++']
+compilers = ['c++']
 
 def generate(env):
     """Add Builders and construction variables for g++ to an Environment."""
