SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>