summaryrefslogtreecommitdiff
path: root/graphics/OpenRM/patches
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2004-02-05 20:34:17 +0000
committergarbled <garbled@pkgsrc.org>2004-02-05 20:34:17 +0000
commit606292f748b6299f380fbefbfd841b25dd887e02 (patch)
treef3fc1b1dcec0835295ad7b3a4e0d69404451521a /graphics/OpenRM/patches
parent0c157532de4d6050800f7afbe63b8c898968f1ca (diff)
downloadpkgsrc-606292f748b6299f380fbefbfd841b25dd887e02.tar.gz
New package for OpenRM 1.5.1. An opensource 3D Scene Graph API.
Diffstat (limited to 'graphics/OpenRM/patches')
-rw-r--r--graphics/OpenRM/patches/patch-aa13
-rw-r--r--graphics/OpenRM/patches/patch-ab9
-rw-r--r--graphics/OpenRM/patches/patch-ac9
3 files changed, 31 insertions, 0 deletions
diff --git a/graphics/OpenRM/patches/patch-aa b/graphics/OpenRM/patches/patch-aa
new file mode 100644
index 00000000000..17df810cd5f
--- /dev/null
+++ b/graphics/OpenRM/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/05 20:34:17 garbled Exp $
+--- include/rm/rmthread.h.orig Fri Jan 16 21:06:42 2004
++++ include/rm/rmthread.h Thu Feb 5 01:27:44 2004
+@@ -63,7 +63,9 @@
+
+ #ifdef RM_X
+ #include <pthread.h>
++#ifndef __NetBSD__
+ #include <semaphore.h>
++#endif
+ #else /* RM_WIN */
+ #include <windows.h>
+ #include <process.h>
diff --git a/graphics/OpenRM/patches/patch-ab b/graphics/OpenRM/patches/patch-ab
new file mode 100644
index 00000000000..88453b6e9bb
--- /dev/null
+++ b/graphics/OpenRM/patches/patch-ab
@@ -0,0 +1,9 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/02/05 20:34:17 garbled Exp $
+--- doc/sortlist.pl.orig Mon Feb 2 12:08:19 2004
++++ doc/sortlist.pl Mon Feb 2 12:08:35 2004
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!%%PERLBIN%%
+
+ #
+ # Copyright (C) 2000-2004, R3vis Corporation, All Rights Reserved.
diff --git a/graphics/OpenRM/patches/patch-ac b/graphics/OpenRM/patches/patch-ac
new file mode 100644
index 00000000000..a7470c28904
--- /dev/null
+++ b/graphics/OpenRM/patches/patch-ac
@@ -0,0 +1,9 @@
+$NetBSD: patch-ac,v 1.1.1.1 2004/02/05 20:34:17 garbled Exp $
+--- doc/source2html.pl.orig Mon Feb 2 12:08:22 2004
++++ doc/source2html.pl Mon Feb 2 12:08:46 2004
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!%%PERLBIN%%
+
+ #
+ # Copyright (C) 2000-2004, R3vis Corporation, All Rights Reserved.