summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-17 23:04:53 +0000
committerSam James <sam@gentoo.org>2022-05-17 23:04:55 +0000
commitf36d701f945f3d8adaa7169d10de4cd171334e7e (patch)
tree82aadd76d22178868ed3afc7cf47b2b5aa8947e2 /media-video/vlc/vlc-3.0.16-r8.ebuild
parentdev-libs/icu: explain append-cxxflags for C++14 (diff)
downloadgentoo-f36d701f945f3d8adaa7169d10de4cd171334e7e.tar.gz
gentoo-f36d701f945f3d8adaa7169d10de4cd171334e7e.tar.bz2
gentoo-f36d701f945f3d8adaa7169d10de4cd171334e7e.zip
media-video/vlc: drop obsolete -std=c++11
The commit referenced in the ebuild [0] was in 3.0.0 anyway, but also, AX_CXX_COMPILE_STDCXX_11 passes the needed flags to enable c++11 support anyway. In any case, long obsolete, as GCC 9+ defaults to gnu++11 or newer anyhow. [0] https://github.com/videolan/vlc/commit/4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/vlc/vlc-3.0.16-r8.ebuild')
-rw-r--r--media-video/vlc/vlc-3.0.16-r8.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-3.0.16-r8.ebuild b/media-video/vlc/vlc-3.0.16-r8.ebuild
index e4cf9a519934..5ac73bb5c456 100644
--- a/media-video/vlc/vlc-3.0.16-r8.ebuild
+++ b/media-video/vlc/vlc-3.0.16-r8.ebuild
@@ -448,9 +448,6 @@ src_configure() {
replace-flags -Os -O2
fi
- # VLC now requires C++11 after commit 4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8
- append-cxxflags -std=c++11
-
if use omxil; then
# bug #723006
# https://trac.videolan.org/vlc/ticket/24617