View | Details | Raw Unified | Return to bug 280396 | Differences between
and this patch

Collapse All | Expand All

(-)b/Mk/Uses/cmake.mk (+4 lines)
Lines 166-171 BROKEN= USES=gmake is incompatible with cmake's ninja-generator (try cmake:noni Link Here
166
.        if ! empty(USES:Memacs)
166
.        if ! empty(USES:Memacs)
167
BROKEN=		USES=emacs is incompatible with cmake's ninja-generator (try cmake:noninja)
167
BROKEN=		USES=emacs is incompatible with cmake's ninja-generator (try cmake:noninja)
168
.        endif
168
.        endif
169
# USE_CSTD and USE_CXXSTD sanity checks
170
.        if  defined(USE_CSTD) || defined(USE_CXXSTD)
171
BROKEN=         USE_CSTD and USE_CXXSTD are supported natively by CMake, use CMAKE_C_STANDARD and/or CMAKE_CXX_STANDARD accordingly and CMAKE_CXX_EXTENSIONS to toggle C++ (GNU) extensions
172
.        endif
169
.      include "${USESDIR}/ninja.mk"
173
.      include "${USESDIR}/ninja.mk"
170
.      endif
174
.      endif
171
.    endif
175
.    endif
(-)b/audio/exhale/Makefile (+2 lines)
Lines 18-23 USE_LDCONFIG= yes Link Here
18
USE_GITLAB=	yes
18
USE_GITLAB=	yes
19
GL_ACCOUNT=	ecodis
19
GL_ACCOUNT=	ecodis
20
20
21
USE_CXXSTD=	c++20
22
21
CMAKE_ON=	BUILD_SHARED_LIBS
23
CMAKE_ON=	BUILD_SHARED_LIBS
22
24
23
PLIST_FILES=	bin/exhale \
25
PLIST_FILES=	bin/exhale \

Return to bug 280396