From 222e747cef640018822c1d4148dec55423cc810c9c203bf8a65eb8c14ca3cc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 18 Sep 2015 08:13:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=328 --- libreoffice.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index 0e1506b..d03e2b5 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1061,8 +1061,8 @@ export PYTHON_LIBS=`%{python_type}-config --libs` # Old systems need help in finding the gcc %if !%{with newmedia} -export CC=%{_bindir}/gcc-4.7 -export CXX=%{_bindir}/g++-4.7 +export CC=%{_bindir}/gcc-4.8 +export CXX=%{_bindir}/g++-4.8 %endif %if %{with oldmake}