diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/pspshrink/pspshrink.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pspshrink/pspshrink.SlackBuild b/desktop/pspshrink/pspshrink.SlackBuild index 3b1f84b9e1..6fd80a494f 100644 --- a/desktop/pspshrink/pspshrink.SlackBuild +++ b/desktop/pspshrink/pspshrink.SlackBuild @@ -70,7 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS -std=c++11" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |