ports/www/node10/files/patch-deps_openssl_openssl__no__asm.gypi
Antoine Brodin 26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00

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'],
}],
],
}