mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Allow i386 to build by assuming we're like Linux.
This commit is contained in:
parent
f6313fe9e7
commit
1a292ee536
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386421
11
devel/libiomp5-devel/files/patch-src_kmp__runtime.c
Normal file
11
devel/libiomp5-devel/files/patch-src_kmp__runtime.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/kmp_runtime.c.orig 2015-05-15 16:07:47 UTC
|
||||
+++ src/kmp_runtime.c
|
||||
@@ -7553,7 +7553,7 @@ __kmp_determine_reduction_method( ident_
|
||||
|
||||
#elif KMP_ARCH_X86 || KMP_ARCH_ARM || KMP_ARCH_AARCH
|
||||
|
||||
- #if KMP_OS_LINUX || KMP_OS_WINDOWS
|
||||
+ #if KMP_OS_LINUX || KMP_OS_FREEBSD || KMP_OS_WINDOWS
|
||||
|
||||
// basic tuning
|
||||
|
Loading…
Reference in New Issue
Block a user