diff options
Diffstat (limited to 'games/chessx/chessx.SlackBuild')
-rw-r--r-- | games/chessx/chessx.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/chessx/chessx.SlackBuild b/games/chessx/chessx.SlackBuild index d2f284704e..bcb00b8a0c 100644 --- a/games/chessx/chessx.SlackBuild +++ b/games/chessx/chessx.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=chessx -VERSION=${VERSION:-1.4.4} +VERSION=${VERSION:-1.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,12 +69,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" - # Compile the application with Qt5 lupdate chessx.pro -qmake-qt5 +qmake-qt5 QMAKE_CXXFLAGS="$SLKCFLAGS" make # Create install directory since there is no 'make install' provided |