SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
29
math/mcl/patches/patch-src_impala_iface_h
Normal file
29
math/mcl/patches/patch-src_impala_iface_h
Normal file
|
@ -0,0 +1,29 @@
|
|||
Fix for -fno-common
|
||||
|
||||
Index: src/impala/iface.h
|
||||
--- src/impala/iface.h.orig
|
||||
+++ src/impala/iface.h
|
||||
@@ -16,15 +16,15 @@
|
||||
|
||||
/* This file currently provides nothing */
|
||||
|
||||
-dim nu_meet_can ;
|
||||
-dim nu_meet_sl ;
|
||||
-dim nu_meet_zip ;
|
||||
-dim nu_diff_can ;
|
||||
-dim nu_diff_sl ;
|
||||
-dim nu_diff_zip ;
|
||||
-double nu_magic ;
|
||||
+extern dim nu_meet_can ;
|
||||
+extern dim nu_meet_sl ;
|
||||
+extern dim nu_meet_zip ;
|
||||
+extern dim nu_diff_can ;
|
||||
+extern dim nu_diff_sl ;
|
||||
+extern dim nu_diff_zip ;
|
||||
+extern double nu_magic ;
|
||||
|
||||
-dim mclx_n_thread_g ;
|
||||
+extern dim mclx_n_thread_g ;
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue