summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2018-12-29 04:33:16 +0000
committergutteridge <gutteridge@pkgsrc.org>2018-12-29 04:33:16 +0000
commit735f418007b6e6e54c5da8549f7a641cb6c4d184 (patch)
tree325c6991c6f4f3ea038d3530fe348c3642b9c740 /wm
parent4145304817e934bcd1c97ba49291820fa9482613 (diff)
downloadpkgsrc-735f418007b6e6e54c5da8549f7a641cb6c4d184.tar.gz
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.)
Diffstat (limited to 'wm')
-rw-r--r--wm/blackbox70/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/blackbox70/Makefile b/wm/blackbox70/Makefile
index bb9b8ed254d..555cd68d9de 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"