pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/fish4
Module Name: pkgsrc
Committed By: vins
Date: Fri Dec 12 18:06:56 UTC 2025
Modified Files:
pkgsrc/shells/fish4: Makefile
Log Message:
fish4: facilitate pcre2 discovery
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/shells/fish4/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/fish4/Makefile
diff -u pkgsrc/shells/fish4/Makefile:1.7 pkgsrc/shells/fish4/Makefile:1.8
--- pkgsrc/shells/fish4/Makefile:1.7 Mon Nov 24 18:43:22 2025
+++ pkgsrc/shells/fish4/Makefile Fri Dec 12 18:06:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/11/24 18:43:22 vins Exp $
+# $NetBSD: Makefile,v 1.8 2025/12/12 18:06:56 vins Exp $
DISTNAME= fish-4.2.1
CATEGORIES= shells
@@ -42,6 +42,9 @@ CMAKE_CONFIGURE_ARGS+= -DFISH_USE_SYSTEM
CMAKE_CONFIGURE_ARGS+= -DWITH_GETTEXT=ON
CMAKE_CONFIGURE_ARGS+= -DBUILD_DOCS=OFF
+RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.pcre2}/lib
+RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.pcre2}/lib
+
TEST_TARGET= fish_run_tests
TEST_DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
TEST_ENV+= LC_ALL=C.UTF-8 # requires a UTF-8 locale
Home |
Main Index |
Thread Index |
Old Index