We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ea512 commit 4031f6aCopy full SHA for 4031f6a
1 file changed
devel/blosc/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.24 2024/08/25 06:18:31 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/06/15 20:45:36 markd Exp $
2
3
DISTNAME= blosc-1.21.6
4
CATEGORIES= devel
@@ -29,6 +29,7 @@ FORCE_C_STD= c99
29
# Needed to use posix_memalign, see tests/test_common.h
30
CFLAGS+= -D_POSIX_C_SOURCE=200112
31
32
+CFLAGS.Linux+= -D_DEFAULT_SOURCE
33
CFLAGS.SunOS+= -D__EXTENSIONS__
34
35
PKGCONFIG_OVERRIDE+= blosc.pc.in
0 commit comments