Changes of Revision 362

vlc-beta.spec Changed
x
 
1
@@ -337,11 +337,11 @@
2
 test -x "$(type -p gcc-10)" && BUILDCC="$_"
3
 test -x "$(type -p gcc-10)" && CC="$_"
4
 test -x "$(type -p g++-10)" && CXX="$_"
5
-test -x "$(type -p qmake6)" && QMAKE="$_"
6
+test -x "$(type -p qmake6)" && QMAKE6="$_"
7
 export BUILDCC="$(readlink -f ${BUILDCC})"
8
 export CC="$(readlink -f ${CC})"
9
 export CXX="$(readlink -f ${CXX})"
10
-export QMAKE="$(readlink -f ${QMAKE})"
11
+export QMAKE6="$(readlink -f ${QMAKE6})"
12
 CFLAGS='%optflags -Wno-unused-variable -Wno-unused-parameter -Wno-deprecated-declarations -Wno-unused-but-set-variable'
13
 CXXFLAGS='%optflags -Wno-unused-variable -Wno-unused-parameter -Wno-deprecated-declarations -Wno-unused-but-set-variable'
14
 ./bootstrap
15