pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/blackbox70



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Dec 29 04:33:16 UTC 2018

Modified Files:
        pkgsrc/wm/blackbox70: Makefile

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/blackbox70/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/blackbox70/Makefile
diff -u pkgsrc/wm/blackbox70/Makefile:1.16 pkgsrc/wm/blackbox70/Makefile:1.17
--- pkgsrc/wm/blackbox70/Makefile:1.16  Tue Oct 23 12:26:06 2018
+++ pkgsrc/wm/blackbox70/Makefile       Sat Dec 29 04:33:16 2018
@@ -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"



Home | Main Index | Thread Index | Old Index