ports/devel/py-krosspython
Raphael Kubo da Costa e0a34af1f2 Backport a patch to fix the build with -std=gnu++14.
clang 6.0 defaults to -std=gnu++14 instead of -std=gnu++98. This backport fixes
the following error:

    /wrkdirs/usr/ports/devel/py-krosspython/work/kross-interpreters-4.14.3/python/cxx/Objects.hxx:1081:15: error: cannot initialize a member subobject of type 'int' with an rvalue of type 'nullptr_t'
                , offset( NULL )
                  ^       ~~~~

PR:		224945
2018-01-09 21:04:44 +00:00
..