pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libfyaml



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Feb  9 13:49:02 UTC 2026

Modified Files:
        pkgsrc/textproc/libfyaml: Makefile

Log Message:
textproc/libfyaml: Do not build tests to fix build failure


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/libfyaml/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/libfyaml/Makefile
diff -u pkgsrc/textproc/libfyaml/Makefile:1.7 pkgsrc/textproc/libfyaml/Makefile:1.8
--- pkgsrc/textproc/libfyaml/Makefile:1.7       Sun Feb  8 21:46:47 2026
+++ pkgsrc/textproc/libfyaml/Makefile   Mon Feb  9 13:49:02 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2026/02/08 21:46:47 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/02/09 13:49:02 ryoon Exp $
 
 DISTNAME=      libfyaml-0.9.4
 CATEGORIES=    textproc
@@ -15,6 +15,8 @@ TEST_TARGET=  test
 
 PKGCONFIG_OVERRIDE+=   cmake/libfyaml.pc.in
 
+CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTING=OFF
+
 TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}
 
 .include "../../devel/cmake/build.mk"



Home | Main Index | Thread Index | Old Index