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,18 @@
--- libmaa/maaP.h.orig Sat May 22 23:52:39 2010
+++ libmaa/maaP.h Sat May 22 23:52:56 2010
@@ -33,6 +33,7 @@
#define __FUNCTION__ __FILE__
#endif
+#if 0
/* AIX requires this to be the first thing in the file. */
#if HAVE_ALLOCA_H
# include <alloca.h>
@@ -46,6 +47,7 @@
# endif
#endif
+#endif
/* Get string functions */
#if STDC_HEADERS
# include <string.h>