pkgsrc/audio/goom/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

29 lines
960 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/05/20 06:09:04 rillig Exp $
DISTNAME= goom-2k4-0-src
PKGNAME= goom-2004.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=goom/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.fovea.cc/?page=details_produits&id=goom
COMMENT= Visual effects generator for mp3 players
LICENSE= gnu-lgpl-v2.1
WRKSRC= ${WRKDIR}/goom2k4-0
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoom2.pc.in
GNU_CONFIGURE= yes
GCC_REQD+= 3.3
USE_TOOLS+= pkg-config
# convolve_fx.c: In function 'create_output_with_brightness':
# convolve_fx.c:222:20: error: array subscript has type 'char' [-Werror=char-subscripts]
# iff2 = ifftab[data->conv_motif[(ytex >>16) & CONV_MOTIF_WMASK][(xtex >> 16) & CONV_MOTIF_WMASK]];
# ^
# Maybe fix this later.
BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"