head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.01.07.08.08.54; author riastradh; state Exp; branches; next ; commitid rrlCljVm1mfoMwEF; desc @@ 1.1 log @lang/chezscheme: Pass full path to paxctl tool into build. Fixes build without /usr/sbin in PATH. No change to generated package if it builds, so no revbump. PR pkg/58970: lang/chezscheme fails to build if /usr/sbin is not in PATH @ text @$NetBSD$ Allow path to paxctl(8) to be passed through the environment so the build need not have /usr/sbin in PATH. --- configure.orig 2024-02-05 22:52:07.000000000 +0000 +++ configure @@@@ -988,7 +988,7 @@@@ esac # pre- and post-link-executable step for c/Mf-unix case "${flagsmuni}" in *nb) - exePostStep='paxctl +m' + exePostStep="${PAXCTL:-paxctl} +m" ;; em) if [ "$empetite" = yes ]; then @