--- setup.py.old	2018-05-24 19:42:16.000000000 -0700
+++ setup.py	2018-05-24 19:43:21.000000000 -0700
@@ -197,6 +197,8 @@
       v = float('.'.join(v.split('.')[:2]))
       if v >= 10.12:
         extra_compile_args.append('-std=c++11')
+        extra_compile_args.append('@@MACPORTS_STDLIB@@')
+        extra_compile_args.append('@@MACPORTS_EXTRAARG@@')
 
     if warnings_as_errors in sys.argv:
       extra_compile_args.append('-Werror')