summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
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