From f8b27c9ba8a28e050d8e5472739cf1fccec77635 Mon Sep 17 00:00:00 2001 From: maya Date: Mon, 24 Jul 2017 11:37:49 +0000 Subject: xentools{42,45,46,48}: don't force SSP. fixes build. xentools42: avoid %m in printf, use strerror instead. bump PKGREVISION. I still can't build it due to other new warnings (it uses -Werror) --- sysutils/xentools45/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/xentools45') diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index 91e9b4ccf95..2c9114eb2a6 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2017/07/11 14:19:21 jaapb Exp $ +# $NetBSD: Makefile,v 1.49 2017/07/24 11:37:49 maya Exp $ VERSION= 4.5.5 PKGREVISION= 5 @@ -30,9 +30,9 @@ PKG_SYSCONFSUBDIR= xen ONLY_FOR_PLATFORM= Linux-2.6*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 +PKGSRC_USE_SSP= no + CONFLICTS+= libxen-[0-9]* -CONFLICTS+= xentools20-[0-9]* -CONFLICTS+= xentools3-[0-9]* CONFLICTS+= xenstoretools-[0-9]* XENTOP= ${WRKDIR}/xen-${VERSION} -- cgit v1.2.3