pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libuuid libuuid: stopgap fix for the freeze: use...
details: https://anonhg.NetBSD.org/pkgsrc/rev/655eaef530e1
branches: trunk
changeset: 373083:655eaef530e1
user: maya <maya%pkgsrc.org@localhost>
date: Fri Dec 29 06:59:54 2017 +0000
description:
libuuid: stopgap fix for the freeze: use ksh as a configure shell
it looks like autoconf did not generate enough "fi"s in the script.
ksh seems to tolerate it. this should be investigated further.
PR pkg/52877: devel/libuuid broken on NetBSD 6_STABLE
diffstat:
devel/libuuid/Makefile.common | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 115f5159ff67 -r 655eaef530e1 devel/libuuid/Makefile.common
--- a/devel/libuuid/Makefile.common Fri Dec 29 03:56:42 2017 +0000
+++ b/devel/libuuid/Makefile.common Fri Dec 29 06:59:54 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2017/12/12 20:56:09 maya Exp $
+# $NetBSD: Makefile.common,v 1.3 2017/12/29 06:59:54 maya Exp $
# used by devel/libblkid/Makefile
# used by devel/libuuid/Makefile
# used by x11/mcookie/Makefile
@@ -16,7 +16,9 @@
USE_GCC_RUNTIME= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config ksh
+# XXX PR pkg/52877 configure is broken on netbsd6
+CONFIG_SHELL= ksh
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-all-programs
CONFIGURE_ARGS+= --disable-bash-completion
Home |
Main Index |
Thread Index |
Old Index