diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 19:50:51 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:37 +0000 |
commit | 2a1c5318d2d54ca568c95baf1f0a90b618d6ded8 (patch) | |
tree | b0aefe9d0a3c4c6cd697dd662fc02f878db2e579 | |
parent | c6b9667bff3013ae9568e4bf92a886dba89912cd (diff) |
multimedia/vlc: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 3779cec9efd2..22926e3c1778 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -27,9 +27,11 @@ BUILD_DEPENDS= gsed:textproc/gsed \ yasm:devel/yasm RUN_DEPENDS= ffmpeg>=3.4.1,1:multimedia/ffmpeg -USES= compiler:c++17-lang desktop-file-utils gettext-tools gmake gnome \ +USES= compiler:c++17-lang cpe desktop-file-utils gettext-tools gmake gnome \ iconv:wchar_t libtool localbase pathfix pkgconfig tar:xz +CPE_VENDOR= videolan + # VLC git (post 2.2.4) requires C++11 support and passes the appropriate flag # to the compiler. Until the port is updated, we explicitly pass -std=c++11 to # the compiler because Qt 5.7+ requires C++11 support, and FreeBSD 10's clang |