pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/guile22
Module Name: pkgsrc
Committed By: gutteridge
Date: Fri Dec 13 00:47:24 UTC 2019
Modified Files:
pkgsrc/lang/guile22: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/guile22/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/guile22/Makefile
diff -u pkgsrc/lang/guile22/Makefile:1.16 pkgsrc/lang/guile22/Makefile:1.17
--- pkgsrc/lang/guile22/Makefile:1.16 Mon Dec 9 04:51:57 2019
+++ pkgsrc/lang/guile22/Makefile Fri Dec 13 00:47:23 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index