summaryrefslogtreecommitdiffstats
path: root/wine/build/wine.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'wine/build/wine.SlackBuild')
-rwxr-xr-xwine/build/wine.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index fa31f166..ee9c056c 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -110,7 +110,7 @@ BUILD=${BUILD:-1}
TAG=${TAG:-alien}
# If you do not want wine64 on Slackware64, set this to "no":
-DO_WINE64=$DO_WINE64:-"yes"}
+DO_WINE64=${DO_WINE64:-"yes"}
# Add the "Gecko", Wine's own implementation of Internet Explorer.
# For matching wine_gecko & wine versions, see http://wiki.winehq.org/Gecko
@@ -265,6 +265,10 @@ chmod -R u+w,go+r-w,a+X-s .
echo Building ...
+if [ "${DO_WINE64}" = "yes" ]; then
+ echo "Also building wine64 (shared support, aka WoW64)"
+fi
+
if [ "${OPENGL}" = "YES" -o "${OPENGL}" = "yes" ]; then
do_opengl=""
else