mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user