Closed
Description
- Version: 8.6.0
- Platform: FreeBSD zhabar 12.0-CURRENT FreeBSD 12.0-CURRENT Feature Request: Every async function returns Promise #11 r314676M: Mon Mar 6 15:35:18 CST 2017 chmeee@zhabar:/home/chmeee/world/zhabar/home/chmeee/freebsd/pristine/sys/ZHABAR powerpc
- Subsystem: configure
When building node 8.6 for PowerPC (uses gcc, not clang), I see the following error:
gyp: name 'llvm_version' is not defined while evaluating condition 'llvm_version
< "4.0"' in /wrkdirs/usr/ports/www/node/work/node-v8.6.0/node.gyp while trying
to load /wrkdirs/usr/ports/www/node/work/node-v8.6.0/node.gyp
creating ./icu_config.gypi
This appears to have been introduced by Pull Request #14077 .