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:   jperkin
Date:           Fri Nov 29 12:00:47 UTC 2024

Modified Files:
        pkgsrc/devel/blosc2: Makefile

Log Message:
blosc2: Ensure CFLAGS is actually used.

Should remove the need for patch-tests_test__common.h which was added
rather than fix this properly, but I'm not touching that without tests.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/devel/blosc2/Makefile:1.21
--- pkgsrc/devel/blosc2/Makefile:1.20   Sun Aug 25 06:18:32 2024
+++ pkgsrc/devel/blosc2/Makefile        Fri Nov 29 12:00:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2024/08/25 06:18:32 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/11/29 12:00:47 jperkin Exp $
 
 DISTNAME=      blosc2-2.15.1
 CATEGORIES=    devel
@@ -25,6 +25,7 @@ CMAKE_CONFIGURE_ARGS+=        -DBUILD_FUZZERS=O
 CMAKE_CONFIGURE_ARGS+= -DPREFER_EXTERNAL_LZ4=ON
 CMAKE_CONFIGURE_ARGS+= -DPREFER_EXTERNAL_ZLIB=ON
 CMAKE_CONFIGURE_ARGS+= -DPREFER_EXTERNAL_ZSTD=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_C_FLAGS=${CFLAGS:Q}
 
 # Needed to use posix_memalign, see tests/test_common.h
 CFLAGS+=       -D_POSIX_C_SOURCE=200112



Home | Main Index | Thread Index | Old Index