summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoritojun <itojun>2001-01-01 14:30:25 +0000
committeritojun <itojun>2001-01-01 14:30:25 +0000
commit97fd7fe75b9cdfadef3e9c29b3f5f1667992b8cd (patch)
treeeda4c61c27de5a3101de25987f968503b0bfff9a /x11
parent93c16a2b3a046e8766ed1fc0cda71e165e06aec0 (diff)
downloadpkgsrc-97fd7fe75b9cdfadef3e9c29b3f5f1667992b8cd.tar.gz
make it buildable on mips
Diffstat (limited to 'x11')
-rw-r--r--x11/xscribble/files/patch-sum5
-rw-r--r--x11/xscribble/patches/patch-aa14
-rw-r--r--x11/xscribble/patches/patch-ac13
3 files changed, 27 insertions, 5 deletions
diff --git a/x11/xscribble/files/patch-sum b/x11/xscribble/files/patch-sum
index c2fa448a1fb..f9bddb35b34 100644
--- a/x11/xscribble/files/patch-sum
+++ b/x11/xscribble/files/patch-sum
@@ -1,4 +1,5 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/11/01 19:35:09 itojun Exp $
+$NetBSD: patch-sum,v 1.2 2001/01/01 14:30:25 itojun Exp $
-MD5 (patch-aa) = 52db67f85811a58ee35c2e560d6a3f23
+MD5 (patch-aa) = d53066b2246abac9c43fa146b9509073
MD5 (patch-ab) = 6c6bc1aa08fb88563bf8edeac0d96593
+MD5 (patch-ac) = fcf9b74d30bd8c5fa6fc11842ebbdff5
diff --git a/x11/xscribble/patches/patch-aa b/x11/xscribble/patches/patch-aa
index 8e4b80c465a..c98b81521fb 100644
--- a/x11/xscribble/patches/patch-aa
+++ b/x11/xscribble/patches/patch-aa
@@ -1,7 +1,15 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/11/01 19:35:09 itojun Exp $
+$NetBSD: patch-aa,v 1.2 2001/01/01 14:30:25 itojun Exp $
---- lirec/li_recognizer.c- Thu Nov 2 04:17:33 2000
-+++ lirec/li_recognizer.c Thu Nov 2 04:17:46 2000
+--- lirec/li_recognizer.c.orig Tue Jun 13 07:20:13 2000
++++ lirec/li_recognizer.c Mon Jan 1 22:41:28 2001
+@@ -55,5 +55,5 @@
+
+-#define bcopy(s1,s2,n) memcpy(s2,s1,n)
++/*#define bcopy(s1,s2,n) memcpy(s2,s1,n)*/
+
+-#ifdef mips
++#if 0
+ char *strdup(char* from) {
@@ -925,3 +925,4 @@
/*#include <assert.h>*/
-#include <values.h>
diff --git a/x11/xscribble/patches/patch-ac b/x11/xscribble/patches/patch-ac
new file mode 100644
index 00000000000..e155a7b2c39
--- /dev/null
+++ b/x11/xscribble/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2001/01/01 14:30:25 itojun Exp $
+
+*** lirec/util.h- Mon Jan 1 22:47:35 2001
+--- lirec/util.h Mon Jan 1 22:48:37 2001
+***************
+*** 55,57 ****
+
+! #ifndef unix
+
+--- 55,57 ----
+
+! #if 0
+