pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/GraphicsMagick



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Apr  2 20:32:18 UTC 2024

Modified Files:
        pkgsrc/graphics/GraphicsMagick: Makefile

Log Message:
GraphicsMagick: requires strnlen


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/graphics/GraphicsMagick/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/GraphicsMagick/Makefile
diff -u pkgsrc/graphics/GraphicsMagick/Makefile:1.136 pkgsrc/graphics/GraphicsMagick/Makefile:1.137
--- pkgsrc/graphics/GraphicsMagick/Makefile:1.136       Wed Nov 15 13:20:53 2023
+++ pkgsrc/graphics/GraphicsMagick/Makefile     Tue Apr  2 20:32:18 2024
@@ -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



Home | Main Index | Thread Index | Old Index