git: eaf473b08bcd - main - graphics/panomatic: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 16:51:05 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=eaf473b08bcdfb2d239e5913bced388afbfe4299 commit eaf473b08bcdfb2d239e5913bced388afbfe4299 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 16:27:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 16:27:06 +0000 graphics/panomatic: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- graphics/panomatic/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/panomatic/Makefile b/graphics/panomatic/Makefile index 32996838d789..a6a8a58c187e 100644 --- a/graphics/panomatic/Makefile +++ b/graphics/panomatic/Makefile @@ -12,9 +12,11 @@ WWW= http://aorlinsk2.free.fr/panomatic/ BUILD_DEPENDS= bjam:devel/boost-jam \ ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs +USES= dos2unix gmake tar:bzip2 +USE_CXXSTD= c++14 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include -USES= dos2unix gmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}