Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 16:51:03 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3d16ac5d236 - main - games/libretro-dosbox: Fix build with llvm16
Message-ID:  <202307231651.36NGp316000682@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c3d16ac5d2369dbe771fe8ca8c82af51e0c94896

commit c3d16ac5d2369dbe771fe8ca8c82af51e0c94896
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 16:12:52 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 16:12:52 +0000

    games/libretro-dosbox: Fix build with llvm16
    
    - Pet portclippy
    
    Sponsored by:   The FreeBSD Foundation
---
 games/libretro-dosbox/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/libretro-dosbox/Makefile b/games/libretro-dosbox/Makefile
index 3456e301a021..74aad211b521 100644
--- a/games/libretro-dosbox/Makefile
+++ b/games/libretro-dosbox/Makefile
@@ -9,12 +9,13 @@ WWW=		https://github.com/libretro/dosbox-libretro
 LICENSE=	GPLv2
 
 USES=		compiler:c++11-lib gmake
-USE_LDCONFIG=	yes
-
+USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 GH_ACCOUNT=	libretro
 GH_PROJECT=	dosbox-libretro
 GH_TAGNAME=	74cd17e
+USE_LDCONFIG=	yes
+
 
 PLIST_FILES=	lib/libretro/dosbox_libretro.so
 



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