summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoralnsn <alnsn@pkgsrc.org>2012-11-23 22:43:09 +0000
committeralnsn <alnsn@pkgsrc.org>2012-11-23 22:43:09 +0000
commit14778a16bc10b78ddd7aec8452fda08b466535a2 (patch)
treea012add84a1cee6653149467cfb46064c1ece986 /emulators
parent00f61cb76cdac096858332f585c7458384faa45e (diff)
downloadpkgsrc-14778a16bc10b78ddd7aec8452fda08b466535a2.tar.gz
Fix compilation on Linux.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gxemul/distinfo3
-rw-r--r--emulators/gxemul/patches/patch-src_include_refcount__ptr.h13
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo
index 819f8a03e3d..5a8d80613a2 100644
--- a/emulators/gxemul/distinfo
+++ b/emulators/gxemul/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.39 2012/11/23 12:33:22 joerg Exp $
+$NetBSD: distinfo,v 1.40 2012/11/23 22:43:09 alnsn Exp $
SHA1 (gxemul-0.6.0.tar.gz) = aa37ad5f200eee045b1da2b1d3f651401cf474af
RMD160 (gxemul-0.6.0.tar.gz) = ac6291a5f8bc9c0d1988d3ce39750339fe90a8ce
@@ -17,3 +17,4 @@ SHA1 (patch-src_devices_dev__dreamcast__gdrom.cc) = 3e9abc13118fb79473adb11156f7
SHA1 (patch-src_include_components_CPUDyntransComponent.h) = 4fa3c327c4ce5ee9e39e7bc49ce6029b2a7da100
SHA1 (patch-src_include_components_M88K__CPUComponent.h) = afd07ae4df33d0c0a9d3d8c15dca4ef9ee7dd916
SHA1 (patch-src_include_components_MIPS__CPUComponent.h) = 4e49da9af0d220a1ea7c4520d8e7e53d8d84c155
+SHA1 (patch-src_include_refcount__ptr.h) = 1735780a1228241a708c5c79b9d4658fa71c6c18
diff --git a/emulators/gxemul/patches/patch-src_include_refcount__ptr.h b/emulators/gxemul/patches/patch-src_include_refcount__ptr.h
new file mode 100644
index 00000000000..909536ffa5e
--- /dev/null
+++ b/emulators/gxemul/patches/patch-src_include_refcount__ptr.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_include_refcount__ptr.h,v 1.1 2012/11/23 22:43:09 alnsn Exp $
+
+--- src/include/refcount_ptr.h.orig 2010-02-14 09:33:54.000000000 +0000
++++ src/include/refcount_ptr.h
+@@ -28,6 +28,8 @@
+ * SUCH DAMAGE.
+ */
+
++#include <stddef.h>
++
+ /**
+ * \brief Base class for reference countable objects.
+ *