pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ladybird-git: bump cxx req to C++23, depend on pulseaudio



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Thu May 8 13:30:37 2025 +0200
Changeset:	92b78ec405bf7d67e8f58d04ec0c3374e68674cc

Modified Files:
	ladybird-git/Makefile

Log Message:
ladybird-git: bump cxx req to C++23, depend on pulseaudio

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=92b78ec405bf7d67e8f58d04ec0c3374e68674cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ladybird-git/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/ladybird-git/Makefile b/ladybird-git/Makefile
index cbf109a91c..64816d47fa 100644
--- a/ladybird-git/Makefile
+++ b/ladybird-git/Makefile
@@ -12,8 +12,7 @@ LICENSE=	2-clause-bsd
 TOOL_DEPENDS+=	qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
 USE_LANGUAGES=		c c++
-USE_CXX_FEATURES+=	c++20
-GCC_REQD+=		13
+USE_CXX_FEATURES+=	c++23
 USE_TOOLS+=		pkg-config
 
 #CMAKE_CONFIGURE_ARGS+=		-S Ladybird
@@ -47,6 +46,7 @@ post-extract:
 	${LN} -s ${FILESDIR}/FindWebP.cmake	\
 	  ${WRKSRC}/Meta/CMake/FindWebP.cmake
 
+.include "../../audio/pulseaudio/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../fonts/woff2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index