From 5269218fa36063ef2f27c54f5855553ea699b0e2 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 10 Dec 2014 14:02:01 +0000 Subject: Disable nacl for non-64bit --- chromium-dev/build/chromium-dev.SlackBuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chromium-dev') 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 -- cgit v1.2.3