mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
Create a new port for the latest Node.js 10.13.0 LTS release. Update CONFLICTS for the existing Node.js ports to include the new node10 port and remove non-existent ports. https://nodejs.org/en/blog/release/v10.13.0/ Sponsored by: Miles AS
13 lines
770 B
C
13 lines
770 B
C
--- deps/openssl/config/opensslconf_asm.h.orig 2018-05-11 11:27:00 UTC
|
|
+++ deps/openssl/config/opensslconf_asm.h
|
|
@@ -108,8 +108,8 @@
|
|
# include "./archs/VC-WIN32/asm/include/openssl/opensslconf.h"
|
|
#elif defined(_WIN32) && defined(_M_X64)
|
|
# include "./archs/VC-WIN64A/asm/include/openssl/opensslconf.h"
|
|
-#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
|
-# include "./archs/BSD-x86/asm/include/openssl/opensslconf.h"
|
|
+//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
|
+//# include "./archs/BSD-x86/asm/include/openssl/opensslconf.h"
|
|
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
|
|
# include "./archs/BSD-x86_64/asm/include/openssl/opensslconf.h"
|
|
#elif defined(__sun) && defined(__i386__)
|