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] 4b1c9dcdda

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-17 23:04:53 +00:00
parent 7b1f03036c
commit f36d701f94
5 changed files with 0 additions and 15 deletions

View File

@@ -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

View File

@@ -442,9 +442,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

View File

@@ -443,9 +443,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

View File

@@ -441,9 +441,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

View File

@@ -441,9 +441,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