summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-06 15:10:11 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-06 15:10:11 +0000
commitec461148f598f898a802107c9f67b62f89931555 (patch)
treecaaa7faa595efaba27a08d5343f68aad4fffbbe9 /truecrypt
parent24bd54b53f9714d91940b7e68ea7d4874e5c75f7 (diff)
downloadasb-ec461148f598f898a802107c9f67b62f89931555.tar.gz
asb-ec461148f598f898a802107c9f67b62f89931555.tar.xz
Use wxGTK instead of wxWindows
Diffstat (limited to 'truecrypt')
-rwxr-xr-xtruecrypt/build/truecrypt.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild
index 5a89cf9a..98832758 100755
--- a/truecrypt/build/truecrypt.SlackBuild
+++ b/truecrypt/build/truecrypt.SlackBuild
@@ -70,7 +70,7 @@ ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
-WX=${WX:-2.8.8} # for the GUI
+WX=${WX:-2.8.10} # for the GUI
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)
@@ -84,8 +84,8 @@ OUTPUT=${OUTPUT:-/tmp}
SOURCE[0]="$SRCDIR/${PRGNAM}-${VERSION}-source.tar.gz"
SRCURL[0]=""
-SOURCE[1]="$SRCDIR/wxWidgets-${WX}.tar.gz"
-SRCURL[1]="http://dl.sourceforge.net/wxwindows/wxWidgets-${WX}.tar.gz"
+SOURCE[1]="$SRCDIR/wxGTK-${WX}.tar.bz2"
+SRCURL[1]="http://dl.sourceforge.net/wxwindows/wxGTK-${WX}.tar.bz2"
SOURCE[2]="$SRCDIR/pks-11-v2-20.tar.bz2"
SRCURL[2]=""
@@ -211,7 +211,7 @@ export CXXFLAGS="$SLKCFLAGS"
export CFLAGS="$SLKCFLAGS"
# First build a static wxGTK, then build truecrypt:
-make WX_ROOT=$(cd ../wxWidgets-$WX; pwd) VERBOSE=1 wxbuild 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
+make WX_ROOT=$(cd ../wxGTK-$WX; pwd) VERBOSE=1 wxbuild 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make VERBOSE=1 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
# Install the binary: