When updating cutter, I had accidentally removed a thought "no longer needed"
patch. This commit adds it back with a comment to hopefully ensure it doesn't
happen again.
Fixes:
```
/pobj/cutter-2.1.0/cutter-2.1.0/src/widgets/GraphGridLayout.cpp:559:28: error: non-constant-expression cannot be narrowed from type 'const unsigned long long' to 'size_t' (aka 'unsigned long') in initializer list [-Wc++11-narrowing]
events.push_back({ it.first, 0, it.second.row, Event::Block });
^~~~~~~~
```
OK sthen@, thanks.
- Use CFLAGS and CXXFLAGS instead of CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
Cutter goal is to be an advanced FREE and open-source
reverse-engineering platform while keeping the user experience at mind.
Cutter is created by reverse engineers for reverse engineers.
ok edd@