From f9dde1e8948d54d39231d46363c3c00b63d1790d Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 2 Apr 2024 20:32:18 +0000 Subject: [PATCH] GraphicsMagick: requires strnlen --- graphics/GraphicsMagick/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 153f7e62bd4b..910846b1a796 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2023/11/15 13:20:53 adam Exp $ +# $NetBSD: Makefile,v 1.137 2024/04/02 20:32:18 nia Exp $ .include "Makefile.common" @@ -13,6 +13,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config:run USE_FEATURES= vsnprintf # optional but recommended for security +USE_FEATURES+= strnlen GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --with-modules=yes