pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/guile30 guile30: use full path to paxctl for thos...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a09a9ebe9b40
branches: trunk
changeset: 375517:a09a9ebe9b40
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 15 10:10:19 2022 +0000
description:
guile30: use full path to paxctl for those who don't have /usr/sbin in PATH
diffstat:
lang/guile30/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ce798a393908 -r a09a9ebe9b40 lang/guile30/Makefile
--- a/lang/guile30/Makefile Tue Mar 15 09:32:07 2022 +0000
+++ b/lang/guile30/Makefile Tue Mar 15 10:10:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/03/09 00:37:46 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2022/03/15 10:10:19 wiz Exp $
DISTNAME= guile-3.0.7
PKGNAME= ${DISTNAME:S/guile/guile30/}
@@ -20,7 +20,7 @@
# Needed to work around broken configure check for accept4()
LDFLAGS.SunOS+= -lsocket -lnsl
MAKE_ENV+= PAXCTL=echo
-MAKE_ENV.NetBSD+= PAXCTL=paxctl
+MAKE_ENV.NetBSD+= PAXCTL=/usr/sbin/paxctl
.if !empty(GUILE_SUBDIR)
# Installation prefix is non-default.
Home |
Main Index |
Thread Index |
Old Index