diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-01 07:27:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-03 07:59:46 +0700 |
commit | 20dea9ef400f293e240ebb99b1527c3204d094d4 (patch) | |
tree | 7b767e38f89f69c813c8ca1cbf974392edb80b9d | |
parent | 6a2cf7478eca8d9a644afc1c4876398c2cad8518 (diff) |
games/xarchon: Fix build on x86.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/xarchon/xarchon.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xarchon/xarchon.SlackBuild b/games/xarchon/xarchon.SlackBuild index 018998ca5a5c..2516e430008c 100644 --- a/games/xarchon/xarchon.SlackBuild +++ b/games/xarchon/xarchon.SlackBuild @@ -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" \ |