MFH: r554784

devel/cmake-gui: fix build on GCC architectures

Same fix was done for main cmake port.

Approved by:	portmgr (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-11-09 18:14:20 +00:00
parent bc424aa1f1
commit c54534f29a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=554785

View File

@ -35,6 +35,8 @@ INSTALL_WRKSRC= ${WRKSRC}/Source/QtDialog
DISTINFO_FILE= ${.CURDIR}/../cmake/distinfo
CXXFLAGS+= -D__BSD_VISIBLE
post-patch:
@(${FIND} ${WRKSRC}/Modules -name "*.cmake" -print0; \
${FIND} ${WRKSRC}/Tests -name "CMakeLists.txt" -print0 ) | \