pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/blackbox70 wm/blackbox70: Fix build failure on NetBSD
details: https://anonhg.NetBSD.org/pkgsrc/rev/766945dce3e1
branches: trunk
changeset: 317063:766945dce3e1
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sat Dec 29 04:33:16 2018 +0000
description:
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:
wm/blackbox70/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r b25f30d62fab -r 766945dce3e1 wm/blackbox70/Makefile
--- a/wm/blackbox70/Makefile Sat Dec 29 02:44:20 2018 +0000
+++ b/wm/blackbox70/Makefile Sat Dec 29 04:33:16 2018 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index