pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/poppler



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jul 13 09:59:23 UTC 2025

Modified Files:
        pkgsrc/print/poppler: Makefile.common

Log Message:
poppler: add TEST_TARGET


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 pkgsrc/print/poppler/Makefile.common

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

Modified files:

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.163 pkgsrc/print/poppler/Makefile.common:1.164
--- pkgsrc/print/poppler/Makefile.common:1.163  Sun Jul 13 08:16:01 2025
+++ pkgsrc/print/poppler/Makefile.common        Sun Jul 13 09:59:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.163 2025/07/13 08:16:01 wiz Exp $
+# $NetBSD: Makefile.common,v 1.164 2025/07/13 09:59:22 adam Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -26,6 +26,11 @@ USE_CXX_FEATURES=    c++20
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config gsed
 
+TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}
+# For Darwin
+TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}
+TEST_TARGET=   test
+
 CMAKE_CONFIGURE_ARGS+= -DENABLE_GPGME=OFF
 
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index