Created attachment 157250 [details] Patch the already existing patch to CMakeLists.txt to force python27 If python34 is present, cmake detects it and tries to use it, although python27 should be used. The build fails with: /usr/ports/games/golly/work/golly-2.4-src/wxpython.cpp:3007:7: error: use of undeclared identifier 'Py_InitModule' With the patch attached, cmake is forced to use python27 and the build succeeds even with python34 present. Unfortunately, there is a runtime error still: An assertion failed! ./include/wx/string.h(1536): assert "!empty()" failed in Last(): wxString: index out of bounds I do not know, if this has anything to do with the python version and if it has any real consequences.
The correct fix has been submitted in https://bugs.freebsd.org/168159.
Is attachment 157250 [details] still necessary in lieu of bug 168159 fixed? If not, please obsolete it
Comment on attachment 157250 [details] Patch the already existing patch to CMakeLists.txt to force python27 The patch is superseded by a fix in bug 168159
Superseded by bug 168159