development/mysqlcc: Fixed qt3 linking on x86_64
Thanks to powtrix for the report. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f6e7e33b09
commit
56665ece6d
|
@ -6,7 +6,7 @@
|
|||
|
||||
PRGNAM=mysqlcc
|
||||
VERSION=0.9.8
|
||||
BUILD=${BUILD:-3}
|
||||
BUILD=${BUILD:-4}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -59,7 +59,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man \
|
||||
--localstatedir=/var \
|
||||
--with-qt=/opt/kde3/lib/qt3/ \
|
||||
--with-qt=/opt/kde3/lib${LIBDIRSUFFIX}/qt3/ \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
Loading…
Reference in New Issue