aboutsummaryrefslogtreecommitdiff
path: root/multimedia/sabbu
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-02 09:33:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-02 09:33:16 +0000
commit8b036ff1bbd671458b764cc5ed44fd7682943b2c (patch)
tree0d4e29970d02f8ad972849f84b5570fa8ba7208b /multimedia/sabbu
parent1fdad32ccd02d20d5234bda61b1d2a3fd0a2f875 (diff)
downloadports-8b036ff1bbd671458b764cc5ed44fd7682943b2c.tar.gz
ports-8b036ff1bbd671458b764cc5ed44fd7682943b2c.zip
multimedia/sabbu: fix build with GCC-based architectures
Fix linking with ffmpeg: checking for avcodec_open in -lavcodec0... no Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=500646
Diffstat (limited to 'multimedia/sabbu')
-rw-r--r--multimedia/sabbu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile
index 7c244235cacd..237fd79b3f35 100644
--- a/multimedia/sabbu/Makefile
+++ b/multimedia/sabbu/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \
libsndfile.so:audio/libsndfile
-USES= tar:bzip2 gmake pkgconfig iconv
+USES= compiler:c++11-lang tar:bzip2 gmake pkgconfig iconv
GNU_CONFIGURE= yes
USE_SDL= sdl