pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/zydis



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Sat Feb 28 12:53:55 UTC 2026

Modified Files:
        pkgsrc/devel/zydis: Makefile

Log Message:
Fix the tests.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/zydis/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/zydis/Makefile
diff -u pkgsrc/devel/zydis/Makefile:1.2 pkgsrc/devel/zydis/Makefile:1.3
--- pkgsrc/devel/zydis/Makefile:1.2     Sat Feb 28 07:11:49 2026
+++ pkgsrc/devel/zydis/Makefile Sat Feb 28 12:53:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2026/02/28 07:11:49 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/02/28 12:53:55 alnsn Exp $
 
 DISTNAME=      zydis-4.1.1
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -18,6 +18,7 @@ CMAKE_CONFIGURE_ARGS+=        -DZYDIS_BUILD_MAN
 CMAKE_CONFIGURE_ARGS+= -DZYDIS_BUILD_DOXYGEN=OFF
 
 TEST_TARGET=   test
+TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}
 
 .include "../../lang/python/tool.mk"
 .include "../../devel/cmake/build.mk"



Home | Main Index | Thread Index | Old Index