From 1b1a9642a2bcb72ea37f922ce50dd71ce84ead7a Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 28 Sep 2023 21:36:09 +0300 Subject: [PATCH] devel/bennugd-modules: fix build with clang16, add missing USES=xorg --- devel/bennugd-modules/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/bennugd-modules/Makefile b/devel/bennugd-modules/Makefile index 18f94edeb348..06bbb58114c0 100644 --- a/devel/bennugd-modules/Makefile +++ b/devel/bennugd-modules/Makefile @@ -13,14 +13,16 @@ WWW= https://www.bennugd.org/ LIB_DEPENDS= libbgdrtm.so:devel/bennugd-core \ libpng.so:graphics/png -USES= dos2unix libtool pkgconfig sdl tar:bzip2 +USES= dos2unix libtool pkgconfig sdl tar:bzip2 xorg USE_SDL= sdl mixer +USE_XORG= x11 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --libdir="${PREFIX}/lib/bennugd" DOS2UNIX_GLOB= *.c INSTALL_TARGET= install-strip +CFLAGS+= -Wno-incompatible-function-pointer-types -Wno-int-conversion WRKSRC= ${WRKDIR}/bennugd/${PORTNAME}