From 1cb5a4a8e562f1cc975ce5c9175897d88dffe3e1 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 29 Nov 2015 17:43:47 +0000 Subject: office/gbgoffice: Force std=c++11 in CXXFLAGS. Signed-off-by: David Spencer Signed-off-by: Robby Workman --- office/gbgoffice/gbgoffice.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'office/gbgoffice/gbgoffice.SlackBuild') diff --git a/office/gbgoffice/gbgoffice.SlackBuild b/office/gbgoffice/gbgoffice.SlackBuild index 895219dab5..b059c3e5bb 100644 --- a/office/gbgoffice/gbgoffice.SlackBuild +++ b/office/gbgoffice/gbgoffice.SlackBuild @@ -80,7 +80,7 @@ patch -p1 -i $CWD/patches/10_workhelper-buttonbox.patch patch -p1 -i $CWD/patches/11_explicit-linkage.patch CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS -std=c++11" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ -- cgit v1.2.3-65-gdbad