git: 5e2f1dfbffa1 - main - devel/rudeconfig: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 10:22:50 UTC
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