pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/blosc
Module Name: pkgsrc
Committed By: markd
Date: Sun Jun 15 20:45:36 UTC 2025
Modified Files:
pkgsrc/devel/blosc: Makefile
Log Message:
blosc: get declaration of strdup() on Linux.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/blosc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/blosc/Makefile
diff -u pkgsrc/devel/blosc/Makefile:1.24 pkgsrc/devel/blosc/Makefile:1.25
--- pkgsrc/devel/blosc/Makefile:1.24 Sun Aug 25 06:18:31 2024
+++ pkgsrc/devel/blosc/Makefile Sun Jun 15 20:45:36 2025
@@ -1,4 +1,4 @@
-# $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 $
DISTNAME= blosc-1.21.6
CATEGORIES= devel
@@ -29,6 +29,7 @@ FORCE_C_STD= c99
# Needed to use posix_memalign, see tests/test_common.h
CFLAGS+= -D_POSIX_C_SOURCE=200112
+CFLAGS.Linux+= -D_DEFAULT_SOURCE
CFLAGS.SunOS+= -D__EXTENSIONS__
PKGCONFIG_OVERRIDE+= blosc.pc.in
Home |
Main Index |
Thread Index |
Old Index