pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/abook



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 18 12:31:20 UTC 2024

Modified Files:
        pkgsrc/databases/abook: Makefile

Log Message:
abook: Needs strnlen.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/databases/abook/Makefile

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

Modified files:

Index: pkgsrc/databases/abook/Makefile
diff -u pkgsrc/databases/abook/Makefile:1.32 pkgsrc/databases/abook/Makefile:1.33
--- pkgsrc/databases/abook/Makefile:1.32        Sun Jan 26 05:26:19 2020
+++ pkgsrc/databases/abook/Makefile     Mon Mar 18 12:31:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/01/26 05:26:19 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2024/03/18 12:31:20 nia Exp $
 #
 
 DISTNAME=      abook-0.6.1
@@ -15,6 +15,8 @@ USE_TOOLS+=           msgfmt
 USE_NCURSES=           yes # mouse API
 GNU_CONFIGURE=         yes
 
+USE_FEATURES+=         strnlen
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"



Home | Main Index | Thread Index | Old Index