summaryrefslogtreecommitdiff
path: root/x11/xscribble/patches
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-01-01 14:30:25 +0000
committeritojun <itojun@pkgsrc.org>2001-01-01 14:30:25 +0000
commitd00ee400d7c73ae4a1dd3de12a8848e9f7679f07 (patch)
treeeda4c61c27de5a3101de25987f968503b0bfff9a /x11/xscribble/patches
parent82de705ea0bd73641a4da0b9b168869a6272900d (diff)
downloadpkgsrc-d00ee400d7c73ae4a1dd3de12a8848e9f7679f07.tar.gz
make it buildable on mips
Diffstat (limited to 'x11/xscribble/patches')
-rw-r--r--x11/xscribble/patches/patch-aa14
-rw-r--r--x11/xscribble/patches/patch-ac13
2 files changed, 24 insertions, 3 deletions
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
+