mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
gtkmm: Fix build on new GCC.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
b9d346cb97
commit
3ed0253a12
1 changed files with 2 additions and 2 deletions
2
deps/gtkmm/gtkmm.SlackBuild
vendored
2
deps/gtkmm/gtkmm.SlackBuild
vendored
|
@ -77,7 +77,7 @@ find . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -std=c++11" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
Loading…
Reference in a new issue