Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jul 2023 15:10:58 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a4987a77fce5 - main - emulators/fs-uae: fixes build error on clang 16.
Message-ID:  <202307041510.364FAwQ6095468@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307041510.364FAwQ6095468>