Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 928157
Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 12-18 Link Here
12
PKG_CHECK_MODULES([epoxy], [epoxy])
12
PKG_CHECK_MODULES([epoxy], [epoxy])
13
PKG_CHECK_MODULES([FFTW3], [fftw3])
13
PKG_CHECK_MODULES([FFTW3], [fftw3])
14
14
15
CXXFLAGS="$CXXFLAGS -std=gnu++11"
15
CXXFLAGS="$CXXFLAGS -std=gnu++14"
16
16
17
# Needed for unit tests and the demo app.
17
# Needed for unit tests and the demo app.
18
with_demo_app=yes
18
with_demo_app=yes
(-)a/configure (-1 / +1 lines)
Lines 15772-15778 Link Here
15772
15772
15773
fi
15773
fi
15774
15774
15775
CXXFLAGS="$CXXFLAGS -std=gnu++11"
15775
CXXFLAGS="$CXXFLAGS -std=gnu++14"
15776
15776
15777
# Needed for unit tests and the demo app.
15777
# Needed for unit tests and the demo app.
15778
with_demo_app=yes
15778
with_demo_app=yes

Return to bug 928157