mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/bennugd-modules: fix build with clang16, add missing USES=xorg
This commit is contained in:
parent
93ff2ebe0a
commit
1b1a9642a2
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue