mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
https://nodejs.org/en/blog/release/v10.16.1/ While here, refresh patches with `make makepatch`. Sponsored by: Miles AS
11 lines
404 B
Python
11 lines
404 B
Python
--- deps/openssl/openssl_no_asm.gypi.orig 2019-07-31 17:45:01 UTC
|
|
+++ deps/openssl/openssl_no_asm.gypi
|
|
@@ -44,7 +44,7 @@
|
|
'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],
|
|
}, {
|
|
# Other architectures don't use assembly
|
|
- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],
|
|
+ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'],
|
|
}],
|
|
],
|
|
}
|