summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-07-04 14:57:29 +0000
committer Eric Hameleers <alien@slackware.com>2008-07-04 14:57:29 +0000
commit83be5821d9d822f6cddcd1df80c9fdeebd132288 (patch)
treec833934353627524babb0e12beff5e4a139fd877 /truecrypt
parenteaf0056157bdddb53defa0ef8ac8da210935cddc (diff)
downloadasb-83be5821d9d822f6cddcd1df80c9fdeebd132288.tar.gz
asb-83be5821d9d822f6cddcd1df80c9fdeebd132288.tar.xz
Use wxWidgets instead of wxGTK or else the make errors out
Diffstat (limited to 'truecrypt')
-rwxr-xr-xtruecrypt/build/truecrypt.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild
index 9220fed5..a4cde96d 100755
--- a/truecrypt/build/truecrypt.SlackBuild
+++ b/truecrypt/build/truecrypt.SlackBuild
@@ -68,7 +68,7 @@ TAG=${TAG:-alien}
DOCS="Readme.txt License.txt userguide.pdf \
Release/Setup\ Files/TrueCrypt\ User\ Guide.pdf"
-WXGTK=${WXGTK:-2.8.8} # for the GUI
+WX=${WX:-2.8.8} # for the GUI
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)
@@ -82,8 +82,8 @@ OUTPUT=${OUTPUT:-/tmp}
SOURCE[0]="$SRCDIR/${PRGNAM}-${VERSION}-source.tar.gz"
SRCURL[0]=""
-SOURCE[1]="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
-SRCURL[1]="http://downloads.sourceforge.net/wxwindows/wxGTK-${WXGTK}.tar.gz"
+SOURCE[1]="$SRCDIR/wxWidgets-${WX}.tar.gz"
+SRCURL[1]="http://downloads.sourceforge.net/wxwindows/wxWidgets-${WX}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##
@@ -172,11 +172,11 @@ done
mv ${PRGNAM}-${VERSION}-source ${PRGNAM}-${VERSION}
cd ${PRGNAM}-${VERSION}
# Fix dismount failure:
-cat $SRCDIR/${PRGNAM}_umount.patch | patch -p1 \
+cat $SRCDIR/${PRGNAM}-${VERSION}_umount.patch | patch -p1 \
2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
# If you use gcc 4.3 you'll need this:
if [ $(gcc -dumpversion | tr -d '.' |cut -c 1-2) -ge 43 ]; then
- cat $SRCDIR/${PRGNAM}_gcc43.patch | patch -p1 \
+ cat $SRCDIR/${PRGNAM}-${VERSION}_gcc43.patch | patch -p1 \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
fi
chown -R root:root .