pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/guile30
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 15 10:10:20 UTC 2022
Modified Files:
pkgsrc/lang/guile30: Makefile
Log Message:
guile30: use full path to paxctl for those who don't have /usr/sbin in PATH
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/guile30/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/guile30/Makefile
diff -u pkgsrc/lang/guile30/Makefile:1.2 pkgsrc/lang/guile30/Makefile:1.3
--- pkgsrc/lang/guile30/Makefile:1.2 Wed Mar 9 00:37:46 2022
+++ pkgsrc/lang/guile30/Makefile Tue Mar 15 10:10:19 2022
@@ -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 @@ CONFIGURE_ARGS+= SHELL=${CONFIG_SHELL}
# 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