SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
emulators/xcopilot/patches/patch-config_h_in
Normal file
19
emulators/xcopilot/patches/patch-config_h_in
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- config.h.in.orig Sun May 23 19:35:20 2010
|
||||
+++ config.h.in Sun May 23 19:35:30 2010
|
||||
@@ -68,15 +68,4 @@
|
||||
/* Define if you have the <sys/select.h> header file. */
|
||||
#undef HAVE_SYS_SELECT_H
|
||||
|
||||
-/* AIX requires this to be the first thing in the file. */
|
||||
-#if HAVE_ALLOCA_H
|
||||
-# include <alloca.h>
|
||||
-#else
|
||||
-# ifdef _AIX
|
||||
- #pragma alloca
|
||||
-# else
|
||||
-# ifndef alloca /* predefined by HP cc +Olibcalls */
|
||||
-char *alloca ();
|
||||
-# endif
|
||||
-# endif
|
||||
-#endif
|
||||
+#include <stdlib.h>
|
Loading…
Add table
Add a link
Reference in a new issue