diff options
-rw-r--r-- | audio/libgroove/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libgroove/Makefile b/audio/libgroove/Makefile index 96e921efd152..62e852ff571b 100644 --- a/audio/libgroove/Makefile +++ b/audio/libgroove/Makefile @@ -23,6 +23,7 @@ GH_ACCOUNT= andrewrk USES= cmake:outsource USE_SDL= sdl2 USE_LDCONFIG= yes +CFLAGS+= -Wno-error=deprecated-declarations # ffmpeg 3.1 PLIST_SUB+= VER1=${PORTVERSION:R:R} \ VER3=${PORTVERSION} |