aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm-devel/files/openmp/patch-bug32279
diff options
context:
space:
mode:
Diffstat (limited to 'devel/llvm-devel/files/openmp/patch-bug32279')
-rw-r--r--devel/llvm-devel/files/openmp/patch-bug3227911
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/llvm-devel/files/openmp/patch-bug32279 b/devel/llvm-devel/files/openmp/patch-bug32279
deleted file mode 100644
index eb72391e7709..000000000000
--- a/devel/llvm-devel/files/openmp/patch-bug32279
+++ /dev/null
@@ -1,11 +0,0 @@
---- projects/openmp/runtime/cmake/LibompHandleFlags.cmake.orig
-+++ projects/openmp/runtime/cmake/LibompHandleFlags.cmake
-@@ -158,7 +158,7 @@
- if(${IA32})
- libomp_append(libflags_local -lirc_pic LIBOMP_HAVE_IRC_PIC_LIBRARY)
- endif()
-- if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly")
-+ if((${CMAKE_SYSTEM_NAME} MATCHES "DragonFly") OR (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD"))
- libomp_append(libflags_local "-Wl,--no-as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG)
- libomp_append(libflags_local "-lm")
- libomp_append(libflags_local "-Wl,--as-needed" LIBOMP_HAVE_AS_NEEDED_FLAG)