summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-12-13 00:47:23 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-12-13 00:47:23 +0000
commit904a96016d62a3ff4e09478a03e66d418d51e269 (patch)
treec36c41c99264e98ae74b5dd0570358f418b5874e /lang
parent4606f5d0e8a9fa80db3c2fd61e8bf900949d72d9 (diff)
downloadpkgsrc-904a96016d62a3ff4e09478a03e66d418d51e269.tar.gz
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 (limited to 'lang')
-rw-r--r--lang/guile22/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/guile22/Makefile b/lang/guile22/Makefile
index 498a188adab..202f4bef953 100644
--- a/lang/guile22/Makefile
+++ b/lang/guile22/Makefile
@@ -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 @@ INFO_FILES= yes
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