File:  [cvs.NetBSD.org] / pkgsrc / print / foomatic-filters / patches / Attic / patch-configure.ac
Revision 1.1: download - view: text, annotated - select for diffs
Sun Jul 23 10:17:23 2023 UTC (18 months, 3 weeks ago) by bsiegert
Branches: MAIN
CVS tags: HEAD
foomatic-filters: update to 4.0.17.

This is a big update across many versions, too many changes to list here.

$NetBSD: patch-configure.ac,v 1.1 2023/07/23 10:17:23 bsiegert Exp $

Add check for strlcpy and strlcat.

--- configure.ac.orig	2012-07-02 14:50:46.000000000 +0000
+++ configure.ac
@@ -43,7 +43,7 @@ AC_TYPE_SIGNAL
 AC_FUNC_STRTOD
 AC_FUNC_VPRINTF
 AC_CHECK_FUNCS([dup2 getcwd gethostname regcomp setenv strcasecmp strchr strcspn strdup strncasecmp strndup strrchr strstr strcasestr strtol])
-
+AC_CHECK_FUNCS([strlcpy strlcat])
 
 ETCSEARCHPATH=${prefix}/etc:/usr/etc:/usr/local/etc
 LIBSEARCHPATH=${libdir}:/usr/lib:/usr/lib64:/usr/local/lib:${prefix}/libexec:/usr/libexec:/usr/local/libexec

CVSweb <webmaster@jp.NetBSD.org>