SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/cbmc/patches/patch-src_big-int_allocainc_h
Normal file
11
devel/cbmc/patches/patch-src_big-int_allocainc_h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/big-int/allocainc.h.orig Sun Oct 16 18:58:41 2016
|
||||
+++ src/big-int/allocainc.h Sun Oct 16 18:58:58 2016
|
||||
@@ -41,7 +41,7 @@ extern "C" void *alloca (unsigned);
|
||||
|
||||
# define alloca(X) __builtin_alloca(X)
|
||||
|
||||
-#elif defined __FreeBSD__ || defined __FreeBSD_kernel__
|
||||
+#elif defined __FreeBSD__ || defined __FreeBSD_kernel__ || defined __OpenBSD__
|
||||
|
||||
# include <stdlib.h>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue