Date: Sat, 29 Jul 2023 22:21:32 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aaac79606bb7 - main - astro/xtide: Fix build with llvm16 Message-ID: <202307292221.36TMLWgR065495@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=aaac79606bb7b9f61bf42e3b43ec052574dfc784 commit aaac79606bb7b9f61bf42e3b43ec052574dfc784 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-07-29 12:26:16 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-07-29 22:20:46 +0000 astro/xtide: Fix build with llvm16 --- astro/xtide/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 3121e4076dea..0c640f31fbac 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png USES= compiler:c++0x gmake libtool localbase tar:xz +USE_CXXSTD= c++11 USE_LDCONFIG= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307292221.36TMLWgR065495>