Date: Mon, 5 Sep 2022 21:09:52 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6b08eab59b43 - main - games/libretro-fbneo: mark BROKEN Message-ID: <202209052109.285L9q7Q070293@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b08eab59b4328605a234cc9e8fc83f288b61e06 commit 6b08eab59b4328605a234cc9e8fc83f288b61e06 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-09-05 20:54:51 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-09-05 21:08:58 +0000 games/libretro-fbneo: mark BROKEN ../../burner/libretro/libretro.cpp:372:19: error: non-const lvalue reference to type 'basic_ostringstream<...>' cannot bind to a temporary of type 'basic_ostringstream<...>' option_name = SSTR( "DIPSWITCH " << dipswitch_core_options.size() ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../burner/libretro/retro_common.h:10:19: note: expanded from macro 'SSTR' ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Approved by: portmgr blanket Reported by: pkg-fallout --- games/libretro-fbneo/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/libretro-fbneo/Makefile b/games/libretro-fbneo/Makefile index 2f8b3238c54d..3992dc20c09c 100644 --- a/games/libretro-fbneo/Makefile +++ b/games/libretro-fbneo/Makefile @@ -10,6 +10,8 @@ LICENSE_NAME= FBNeo LICENSE_FILE= ${WRKSRC}/src/license.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +BROKEN= does not build: non-const lvalue reference to type 'basic_ostringstream<...>' cannot bind to a temporary of type 'basic_ostringstream<...>' + USES= compiler:c11 gmake gl USE_LDCONFIG= yes USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209052109.285L9q7Q070293>