pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libheif



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Wed Apr  2 22:21:04 UTC 2025

Modified Files:
        pkgsrc/graphics/libheif: Makefile

Log Message:
graphics/libheif: Give tests a chance to pass on macOS too.

No change to the build, so no revbump.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/libheif/Makefile

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

Modified files:

Index: pkgsrc/graphics/libheif/Makefile
diff -u pkgsrc/graphics/libheif/Makefile:1.43 pkgsrc/graphics/libheif/Makefile:1.44
--- pkgsrc/graphics/libheif/Makefile:1.43       Wed Apr  2 22:19:11 2025
+++ pkgsrc/graphics/libheif/Makefile    Wed Apr  2 22:21:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2025/04/02 22:19:11 riastradh Exp $
+# $NetBSD: Makefile,v 1.44 2025/04/02 22:21:04 riastradh Exp $
 
 DISTNAME=      libheif-1.19.7
 PKGREVISION=   1
@@ -25,6 +25,7 @@ BUILDLINK_TRANSFORM+= rm:-Werror
 
 TEST_TARGET=   test
 TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/${CONFIGURE_DIR}/${CMAKE_BUILD_DIR}/libheif
+TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/${CONFIGURE_DIR}/${CMAKE_BUILD_DIR}/libheif
 
 .include "../../devel/cmake/build.mk"
 .include "../../graphics/png/buildlink3.mk"



Home | Main Index | Thread Index | Old Index