diff options
author | Wen Heping <wen@FreeBSD.org> | 2023-07-29 12:26:16 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2023-07-29 22:20:46 +0000 |
commit | aaac79606bb7b9f61bf42e3b43ec052574dfc784 (patch) | |
tree | 536425ad94fbc1046c7b1b460810b9994c84973f | |
parent | 59770607dac19aceef221f5e6bb9cdf62c572d07 (diff) | |
download | ports-aaac79606bb7b9f61bf42e3b43ec052574dfc784.tar.gz ports-aaac79606bb7b9f61bf42e3b43ec052574dfc784.zip |
astro/xtide: Fix build with llvm16
-rw-r--r-- | astro/xtide/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |