From 63ed9da8144dc0c67fdbd1d22dde30b377654708 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sat, 29 Dec 2018 04:33:16 +0000 Subject: [PATCH] wm/blackbox70: Fix build failure on NetBSD Address PR pkg/53706: build failure on NetBSD. Build tested on NetBSD and Linux. (No PKGREVISION since NetBSD was broken, and there are no anticipated changes to OSes where it was already building.) --- wm/blackbox70/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wm/blackbox70/Makefile b/wm/blackbox70/Makefile index bb9b8ed254d8..555cd68d9de1 100644 --- a/wm/blackbox70/Makefile +++ b/wm/blackbox70/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2018/10/23 12:26:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2018/12/29 04:33:16 gutteridge Exp $ VERSION= 0.72 DISTNAME= blackbox-${VERSION} @@ -22,14 +22,14 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-nls -LIBS+= ${BUILDLINK_LDADD.iconv} +BROKEN_GETTEXT_DETECTION=yes BUILDLINK_DEPMETHOD.libXt?= build pre-configure: cd ${WRKSRC}; ${SH} ./autogen.sh -.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk"