From b69c7ec795a8188ebbd9045949c9e539618a6b9d714bad7ca701e8206c6a277e Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 31 Jan 2018 10:55:28 +0000 Subject: [PATCH] typo in CXX OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=7 --- mpd.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mpd.spec b/mpd.spec index 2968917..cfa14b9 100644 --- a/mpd.spec +++ b/mpd.spec @@ -137,11 +137,11 @@ Please read README.mpd how to configure it. export CC=gcc export CXX=g++ test -x "$(type -p gcc-5)" && export CC=gcc-5 -test -x "$(type -p g++-5)" && export CC=g++-5 +test -x "$(type -p g++-5)" && export CXX=g++-5 test -x "$(type -p gcc-6)" && export CC=gcc-6 -test -x "$(type -p g++-6)" && export CC=g++-6 +test -x "$(type -p g++-6)" && export CXX=g++-6 test -x "$(type -p gcc-7)" && export CC=gcc-7 -test -x "$(type -p g++-7)" && export CC=g++-7 +test -x "$(type -p g++-7)" && export CXX=g++-7 NOCONFIGURE=1 ./autogen.sh %configure \ --disable-sidplay \