1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/gnash: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-25 11:03:49 +02:00
parent adc957c978
commit c5c4813452

View File

@ -33,15 +33,18 @@ CONFLICTS= gnash-devel
USES= cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \ USES= cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \
pkgconfig jpeg gnome gl sdl desktop-file-utils xorg localbase:ldflags pkgconfig jpeg gnome gl sdl desktop-file-utils xorg localbase:ldflags
USE_CSTD= gnu11
CPE_VENDOR= gnu CPE_VENDOR= gnu
GNU_CONFIGURE= yes USE_CSTD= gnu11
USE_GNOME= atk gdkpixbuf2 gtk20 libxml2 pango USE_CXXSTD= c++11
USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv
USE_GL= egl USE_GL= egl
USE_GNOME= atk gdkpixbuf2 gtk20 libxml2 pango
USE_SDL= sdl USE_SDL= sdl
USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv
SYSCONFIGDIR= ${PREFIX}/etc SYSCONFIGDIR= ${PREFIX}/etc
GNU_CONFIGURE= yes
# jemalloc leads to infinite recursion on FreeBSD # jemalloc leads to infinite recursion on FreeBSD
CFLAGS+= -I${LOCALBASE}/ffmpeg4/include CFLAGS+= -I${LOCALBASE}/ffmpeg4/include
CPPFLAGS+= -I${LOCALBASE}/ffmpeg4/include CPPFLAGS+= -I${LOCALBASE}/ffmpeg4/include