pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libproxy



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 25 19:42:06 UTC 2023

Modified Files:
        pkgsrc/www/libproxy: Makefile

Log Message:
libproxy: fix testing on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/libproxy/Makefile

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

Modified files:

Index: pkgsrc/www/libproxy/Makefile
diff -u pkgsrc/www/libproxy/Makefile:1.41 pkgsrc/www/libproxy/Makefile:1.42
--- pkgsrc/www/libproxy/Makefile:1.41   Wed May 24 17:07:10 2023
+++ pkgsrc/www/libproxy/Makefile        Thu May 25 19:42:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2023/05/24 17:07:10 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2023/05/25 19:42:06 adam Exp $
 
 DISTNAME=      libproxy-0.5.1
 CATEGORIES=    www gnome
@@ -16,6 +16,8 @@ USE_TOOLS+=   bash:build pkg-config
 PKGCONFIG_OVERRIDE+=           output/meson-private/libproxy-1.0.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-configure
 
+# For Darwin
+TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/output/src/backend:${WRKSRC}/output/src/libproxy
 TEST_TARGET=   test
 
 REPLACE_BASH+= data/check-code-style



Home | Main Index | Thread Index | Old Index