summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormb@64k.by <mb@64k.by>2020-06-16 16:49:37 +0000
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-18 12:46:34 +0200
commita881eefe7a5fe884e5b958bb2b861e58e90a044b (patch)
treef9244424ed675f4eea717b2b53060f48a87459d6
parentfd129eba0f5ce1059b4544672f2319fa4a7720e7 (diff)
Release version 1.6.3+3v1.6.3+3
Add NetBSD compatibility (by mb@64k.by)
-rw-r--r--libpkgconf/libpkgconf/config.h.in2
-rw-r--r--libpkgconf/manifest2
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.