26 Oct
2016
26 Oct
'16
2:34 a.m.
commit b7204cc1ac517e9915e8519fc0af055f837470a1 Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Oct 26 13:34:05 2016 +1100 openal-32: don't find qmake so qt4 make examples don't fail to build when qt4-32 is not installed diff --git a/openal-32/Pkgfile b/openal-32/Pkgfile index 8b6d7d1..d3bd172 100644 --- a/openal-32/Pkgfile +++ b/openal-32/Pkgfile @@ -16,6 +16,7 @@ build() { -DLIB_SUFFIX=32 \ -DOSS=OFF \ -DALSOFT_EXAMPLES=OFF \ + -DQT_QMAKE_EXECUTABLE=qmake-disabled \ -DCMAKE_BUILD_TYPE=Release #-DCMAKE_VERBOSE_MAKEFILE:BOOL="on" make