diff options
Diffstat (limited to 'desktop/mh5000/mh5000.SlackBuild')
-rw-r--r-- | desktop/mh5000/mh5000.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/mh5000/mh5000.SlackBuild b/desktop/mh5000/mh5000.SlackBuild index c5a63c9b8a..155e2883d6 100644 --- a/desktop/mh5000/mh5000.SlackBuild +++ b/desktop/mh5000/mh5000.SlackBuild @@ -70,9 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -#g++: error: unrecognized command line option '-std=lX11' -#CXXFLAGS="$SLKCFLAGS -std=lX11" -CXXFLAGS="$SLKCFLAGS -std=c+11" \ +CXXFLAGS="$SLKCFLAGS -std=c++11" \ make mkdir -p $PKG/usr/bin |