Skip to content

Commit

Permalink
graphics/gnash: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 25, 2023
1 parent adc957c commit c5c4813
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions graphics/gnash/Makefile
Expand Up @@ -33,15 +33,18 @@ CONFLICTS= gnash-devel

USES= cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \
pkgconfig jpeg gnome gl sdl desktop-file-utils xorg localbase:ldflags
USE_CSTD= gnu11
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
USE_GNOME= atk gdkpixbuf2 gtk20 libxml2 pango
USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv
USE_CSTD= gnu11
USE_CXXSTD= c++11
USE_GL= egl
USE_GNOME= atk gdkpixbuf2 gtk20 libxml2 pango
USE_SDL= sdl
USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv

SYSCONFIGDIR= ${PREFIX}/etc

GNU_CONFIGURE= yes

# jemalloc leads to infinite recursion on FreeBSD
CFLAGS+= -I${LOCALBASE}/ffmpeg4/include
CPPFLAGS+= -I${LOCALBASE}/ffmpeg4/include
Expand Down

0 comments on commit c5c4813

Please sign in to comment.