- Remove the patch that was clearing default build flags for build
profiles, so that CMake can be used outside of ports.
- Bump CMake PORTREVISION.
- Pass default build flags (at least I hope) via bsd.cmake.mk.
PR: 159276
Submitted by: Igor Soumenkov <2igosha@gmail.com>
Approved by: avilla (mentor)
Remove cmake predefined cflags for Debug and Release build profiles,
and let cmake use system CFLAGS. RelWithDebInfo and MinSizeRel
profiles are leaved unchanged.