pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/guile22 guile22: add another SunOS build fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac0215e13a93
branches:  trunk
changeset: 345489:ac0215e13a93
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Dec 13 00:47:23 2019 +0000

description:
guile22: add another SunOS build fix

Some SunOS variants provide an older version of (default path) sed that
doesn't support the -i option. (My previous build fix had completed
successfully on OmniOS, on which /usr/bin/sed is the FreeBSD variant,
which does support -i.) For simplicity's sake, just require gsed.

diffstat:

 lang/guile22/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 332ac2ec5a5c -r ac0215e13a93 lang/guile22/Makefile
--- a/lang/guile22/Makefile     Thu Dec 12 20:57:06 2019 +0000
+++ b/lang/guile22/Makefile     Fri Dec 13 00:47:23 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/12/09 04:51:57 gutteridge Exp $
+# $NetBSD: Makefile,v 1.17 2019/12/13 00:47:23 gutteridge Exp $
 
 DISTNAME=      guile-2.2.6
 PKGNAME=       ${DISTNAME:S/guile/guile22/}
@@ -42,6 +42,7 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 USE_TOOLS.Darwin+=     gsed
+USE_TOOLS.SunOS+=      gsed
 
 PKGCONFIG_OVERRIDE+=   meta/guile-2.2.pc.in
 # known broken: test-loose-ends on NetBSD/current



Home | Main Index | Thread Index | Old Index