From 0a78610302da2a19347893fc7fe13d30bcd0a740 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 18 Jul 2023 21:02:41 +0200 Subject: [PATCH] graphics/sampleicc: Fix build with llvm16 Sponsored by: The FreeBSD Foundation --- graphics/sampleicc/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/graphics/sampleicc/Makefile b/graphics/sampleicc/Makefile index 35ebf603e3c8..abf5fa155e40 100644 --- a/graphics/sampleicc/Makefile +++ b/graphics/sampleicc/Makefile @@ -16,10 +16,13 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libtiff.so:graphics/tiff -GNU_CONFIGURE= yes USES= libtool pathfix +USE_CXXSTD= c++14 USE_LDCONFIG= yes -INSTALL_TARGET= install-strip + +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tifflib=${LOCALBASE} +INSTALL_TARGET= install-strip + .include