SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
emulators/vbam/patches/patch-src_gba_GBALink_cpp
Normal file
12
emulators/vbam/patches/patch-src_gba_GBALink_cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: src/gba/GBALink.cpp
|
||||
--- src/gba/GBALink.cpp.orig
|
||||
+++ src/gba/GBALink.cpp
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <string.h>
|
||||
|
||||
// malloc.h does not seem to exist on Mac OS 10.7 and is an error on FreeBSD
|
||||
-#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include <malloc.h>
|
Loading…
Add table
Add a link
Reference in a new issue