svn commit: r554785 - branches/2020Q4/devel/cmake-gui
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Nov 9 18:14:21 UTC 2020
Author: pkubaj
Date: Mon Nov 9 18:14:20 2020
New Revision: 554785
URL: https://svnweb.freebsd.org/changeset/ports/554785
Log:
MFH: r554784
devel/cmake-gui: fix build on GCC architectures
Same fix was done for main cmake port.
Approved by: portmgr (fix build blanket)
Modified:
branches/2020Q4/devel/cmake-gui/Makefile
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/devel/cmake-gui/Makefile
==============================================================================
--- branches/2020Q4/devel/cmake-gui/Makefile Mon Nov 9 18:12:23 2020 (r554784)
+++ branches/2020Q4/devel/cmake-gui/Makefile Mon Nov 9 18:14:20 2020 (r554785)
@@ -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 ) | \
More information about the svn-ports-all
mailing list