svn commit: r386421 - head/devel/libiomp5-devel/files
Brooks Davis
brooks at FreeBSD.org
Fri May 15 16:10:50 UTC 2015
Author: brooks
Date: Fri May 15 16:10:49 2015
New Revision: 386421
URL: https://svnweb.freebsd.org/changeset/ports/386421
Log:
Allow i386 to build by assuming we're like Linux.
Added:
head/devel/libiomp5-devel/files/patch-src_kmp__runtime.c (contents, props changed)
Added: head/devel/libiomp5-devel/files/patch-src_kmp__runtime.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libiomp5-devel/files/patch-src_kmp__runtime.c Fri May 15 16:10:49 2015 (r386421)
@@ -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
+
More information about the svn-ports-all
mailing list