Date: Thu, 20 Jul 2023 10:22:50 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: 5e2f1dfbffa1 - main - devel/rudeconfig: Fix build with llvm16 Message-ID: <202307201022.36KAMoDJ007246@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=5e2f1dfbffa1aaa67cb9dc398b32f35f9631d0db commit 5e2f1dfbffa1aaa67cb9dc398b32f35f9631d0db Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-20 09:25:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-20 10:22:38 +0000 devel/rudeconfig: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- devel/rudeconfig/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/rudeconfig/Makefile b/devel/rudeconfig/Makefile index 2d5c060ac3d9..3e91d8af0a06 100644 --- a/devel/rudeconfig/Makefile +++ b/devel/rudeconfig/Makefile @@ -9,10 +9,12 @@ COMMENT= Library for handling configuration files, written in C++ WWW= http://www.rudeserver.com/ USES= dos2unix libtool +USE_CXXSTD= c++14 DOS2UNIX_GLOB= * -GNU_CONFIGURE= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes + pre-install: ${CHMOD} 744 ${WRKSRC}/install-sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307201022.36KAMoDJ007246>