From a881eefe7a5fe884e5b958bb2b861e58e90a044b Mon Sep 17 00:00:00 2001 From: "mb@64k.by" Date: Tue, 16 Jun 2020 16:49:37 +0000 Subject: Release version 1.6.3+3 Add NetBSD compatibility (by mb@64k.by) --- libpkgconf/libpkgconf/config.h.in | 2 +- libpkgconf/manifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libpkgconf/libpkgconf/config.h.in b/libpkgconf/libpkgconf/config.h.in index d0ff14e..0f5117c 100644 --- a/libpkgconf/libpkgconf/config.h.in +++ b/libpkgconf/libpkgconf/config.h.in @@ -26,7 +26,7 @@ # define HAVE_STRNDUP 1 #endif -#if defined(__FreeBSD__) || defined(__APPLE__) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) # define HAVE_STRLCPY 1 # define HAVE_STRLCAT 1 #endif diff --git a/libpkgconf/manifest b/libpkgconf/manifest index af0394f..6099c0f 100644 --- a/libpkgconf/manifest +++ b/libpkgconf/manifest @@ -1,6 +1,6 @@ : 1 name: libpkgconf -version: 1.6.3+2 +version: 1.6.3+3 project: pkgconf summary: C library for retriving pkg-config compiler and linker flags license: ISC, MIT ; ISC for the most of original files. -- cgit v1.1