games/xarchon: Fix build on x86.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-06-01 07:27:00 +07:00
parent 6a2cf7478e
commit 20dea9ef40

View file

@ -94,7 +94,7 @@ rm -f configure
autoreconf -if
# don't rely on /etc/profile.d/qt.sh being executable.
export QTDIR=/opt/kde3/lib64/qt3
export QTDIR=/opt/kde3/lib${LIBDIRSUFFIX}/qt3
export PATH=$QTDIR/bin:$PATH
CFLAGS="$SLKCFLAGS" \