git: a4987a77fce5 - main - emulators/fs-uae: fixes build error on clang 16.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jul 2023 15:10:58 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4987a77fce51447c3fe026d2c297570ee206d04 commit a4987a77fce51447c3fe026d2c297570ee206d04 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-07-03 06:46:21 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-07-04 15:10:43 +0000 emulators/fs-uae: fixes build error on clang 16. PR: 272336 Reported by: sirdice@gmail.com (maintainer) --- emulators/fs-uae/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile index a6a9a1be1dc9..0d5ca8efe1b1 100644 --- a/emulators/fs-uae/Makefile +++ b/emulators/fs-uae/Makefile @@ -26,6 +26,7 @@ USE_XORG= x11 GNU_CONFIGURE= yes CFLAGS+= -Wno-c++11-narrowing LDFLAGS_i386= -Wl,-znotext +USE_CXXSTD= gnu++98 OPTIONS_DEFINE= DOCS DEBUG OPTIONS_DEFINE_i386= JIT