pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/blosc2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec  3 08:06:52 UTC 2024

Modified Files:
        pkgsrc/devel/blosc2: Makefile

Log Message:
blosc2: comment out unconditional -D_POSIX_C_SOURCE=200112

This broke the build on NetBSD now that CFLAGS are actually honored


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/blosc2/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/blosc2/Makefile
diff -u pkgsrc/devel/blosc2/Makefile:1.21 pkgsrc/devel/blosc2/Makefile:1.22
--- pkgsrc/devel/blosc2/Makefile:1.21   Fri Nov 29 12:00:47 2024
+++ pkgsrc/devel/blosc2/Makefile        Tue Dec  3 08:06:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/11/29 12:00:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2024/12/03 08:06:52 wiz Exp $
 
 DISTNAME=      blosc2-2.15.1
 CATEGORIES=    devel
@@ -28,7 +28,8 @@ CMAKE_CONFIGURE_ARGS+=        -DPREFER_EXTERNAL
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_C_FLAGS=${CFLAGS:Q}
 
 # Needed to use posix_memalign, see tests/test_common.h
-CFLAGS+=       -D_POSIX_C_SOURCE=200112
+# TODO: as-is, breaks NetBSD
+#CFLAGS+=      -D_POSIX_C_SOURCE=200112
 
 CFLAGS.SunOS+= -D__EXTENSIONS__
 



Home | Main Index | Thread Index | Old Index