Date: Mon, 9 Nov 2020 18:14:20 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r554785 - branches/2020Q4/devel/cmake-gui Message-ID: <202011091814.0A9IEKu3044282@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ) | \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011091814.0A9IEKu3044282>