summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/builddefs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index af04236..e24c181 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -84,7 +84,7 @@ ENABLE_SHARED = @enable_shared@
ENABLE_GETTEXT = @enable_gettext@
HAVE_ZIPPED_MANPAGES = @have_zipped_manpages@
-ifneq "$(findstring $(PKG_PLATFORM), linux gnu)" ""
+ifneq "$(findstring $(PKG_PLATFORM), linux gnu gnu/kfreebsd gnu/knetbsd)" ""
PCFLAGS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
endif