git: aaac79606bb7 - main - astro/xtide: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jul 2023 22:21:32 UTC
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