summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-10 14:02:01 +0000
committer Eric Hameleers <alien@slackware.com>2014-12-10 14:02:01 +0000
commit5269218fa36063ef2f27c54f5855553ea699b0e2 (patch)
tree0f530cd8df9135c01df7327c598ad1b33696c182 /chromium-dev
parent75f7676c3099e4117bcc39367e23fb29b4e02c0c (diff)
downloadasb-5269218fa36063ef2f27c54f5855553ea699b0e2.tar.gz
asb-5269218fa36063ef2f27c54f5855553ea699b0e2.tar.xz
Disable nacl for non-64bit
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium-dev.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/chromium-dev/build/chromium-dev.SlackBuild b/chromium-dev/build/chromium-dev.SlackBuild
index 42e5d073..5b487de1 100755
--- a/chromium-dev/build/chromium-dev.SlackBuild
+++ b/chromium-dev/build/chromium-dev.SlackBuild
@@ -227,12 +227,12 @@ echo "Extracting the source archive(s) for $PRGNAM..."
tar -xf ${SOURCE[0]}
cd ${SRCNAM}-${VERSION}
-#if [ "$ARCH" != "x86_64" ]; then
-# # For now, disable NaCl except on x86_64 because the precompiled toolchain is
-# # only available for that architecture at the moment.
-# echo "** Not building NaCL - architecture '$ARCH' is currently unsupported."
-# USE_NACL=0
-#fi
+if [ "$ARCH" != "x86_64" ]; then
+ # For now, disable NaCl except on x86_64 because the precompiled toolchain is
+ # only available for that architecture at the moment.
+ echo "** Not building NaCL - architecture '$ARCH' is currently unsupported."
+ USE_NACL=0
+fi
# Patches:
touch $OUTPUT/patch-${PRGNAM}.log