mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/gtkglextmm: Force std=c++11 in CXXFLAGS.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a92906ca3c
commit
43d40c4b96
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ patch -p0 < $CWD/patch-gtkglext_gtkmm_gl-widget.cc.diff
|
|||
patch -p1 < $CWD/fix_ftbfs_gtk_2_36
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -std=c++11" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
Loading…
Reference in a new issue