mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/xarchon: Fix build on x86.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a2cf7478e
commit
20dea9ef40
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue