Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 16:51:05 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: eaf473b08bcd - main - graphics/panomatic: Fix build with llvm16
Message-ID:  <202307231651.36NGp5ZN000706@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=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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307231651.36NGp5ZN000706>