aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-23 16:27:06 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-23 16:27:06 +0000
commiteaf473b08bcdfb2d239e5913bced388afbfe4299 (patch)
treea9ca4b83157d69a6118a18dc2983557dca7cddab
parentc3d16ac5d2369dbe771fe8ca8c82af51e0c94896 (diff)
downloadports-eaf473b08bcdfb2d239e5913bced388afbfe4299.tar.gz
ports-eaf473b08bcdfb2d239e5913bced388afbfe4299.zip
graphics/panomatic: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--graphics/panomatic/Makefile4
1 files changed, 3 insertions, 1 deletions
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}