Skip to content

Commit

Permalink
GraphicsMagick: requires strnlen
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia committed Apr 2, 2024
1 parent 8dec25f commit f9dde1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphics/GraphicsMagick/Makefile
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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
Expand Down

0 comments on commit f9dde1e

Please sign in to comment.