pkgsrc/sysutils/xnc/Makefile
rillig 4f4f64fdce mark packages that fail with -Werror=char-subscripts
These packages are susceptible to bugs when confronted with non-ASCII
characters.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.

It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
2020-05-20 06:09:03 +00:00

38 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.43 2020/05/20 06:09:09 rillig Exp $
DISTNAME= xnc-5.0.4.src
PKGNAME= xnc-5.0.4
PKGREVISION= 12
CATEGORIES= sysutils x11
MASTER_SITES= http://www.xnc.dubna.su/src-5/
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://xnc.dubna.su/
COMMENT= File manager for X Window
LICENSE= gnu-gpl-v2
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
# editor.cxx: In member function 'char Editor::trans(int, char)':
# editor.cxx:624:15: error: array subscript has type 'char' [-Werror=char-subscripts]
# sym=rtbl[sym];
# Maybe fix this later.
BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"