summaryrefslogtreecommitdiff
path: root/emulators/aranym/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/aranym/patches/patch-ab')
-rw-r--r--emulators/aranym/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/aranym/patches/patch-ab b/emulators/aranym/patches/patch-ab
new file mode 100644
index 00000000000..25d16347a47
--- /dev/null
+++ b/emulators/aranym/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/03/28 20:11:34 joerg Exp $
+
+--- ../cdrom.cpp.orig 2006-03-28 18:18:45.000000000 +0000
++++ ../cdrom.cpp
+@@ -82,7 +82,7 @@ extern "C" {
+ #include "cdrom_beos.h"
+ #define BX_CD_FRAMESIZE 2048
+
+-#elif (defined (OS_netbsd) || defined(OS_openbsd) || defined(OS__freebsd))
++#elif (defined (OS_netbsd) || defined(OS_openbsd) || defined(OS_freebsd))
+ // OpenBSD pre version 2.7 may require extern "C" { } structure around
+ // all the includes, because the i386 sys/disklabel.h contains code which
+ // c++ considers invalid.