summaryrefslogtreecommitdiff
path: root/x11/xscribble
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-06-01 11:26:43 +0000
committeragc <agc@pkgsrc.org>2001-06-01 11:26:43 +0000
commitfc45415b6a24e1564dbfc9b6b19ffed2380cacff (patch)
treee14fd565806b9657458342fb8cb4dbb237e13e18 /x11/xscribble
parent7c110a3207e15cbda0bf8137eb4563e06a2ae7fe (diff)
downloadpkgsrc-fc45415b6a24e1564dbfc9b6b19ffed2380cacff.tar.gz
Define unix, and reduce the number of warnings.
Diffstat (limited to 'x11/xscribble')
-rw-r--r--x11/xscribble/distinfo5
-rw-r--r--x11/xscribble/patches/patch-ab19
-rw-r--r--x11/xscribble/patches/patch-ad13
3 files changed, 31 insertions, 6 deletions
diff --git a/x11/xscribble/distinfo b/x11/xscribble/distinfo
index 686cdc2438a..2c999c69a9f 100644
--- a/x11/xscribble/distinfo
+++ b/x11/xscribble/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:07:59 skrll Exp $
+$NetBSD: distinfo,v 1.3 2001/06/01 11:26:43 agc Exp $
SHA1 (xscribble.tgz) = 9983577533c6b6f482e2bfe863f54604337562c7
Size (xscribble.tgz) = 164379 bytes
SHA1 (patch-aa) = a9624489e56f0196ed3ac3a6f82d41c7f5a586e3
-SHA1 (patch-ab) = 1857a200a6b95032b7854c7b59309a4c1c0d6f27
+SHA1 (patch-ab) = 1ef6a33d9e2d580b7c6243b6324cbe9530747dde
SHA1 (patch-ac) = 0a6352bf35e79db51b25e195a5bed88661672987
+SHA1 (patch-ad) = 9fe0ce4f137975cd380280e13ccfa1543016b5b7
diff --git a/x11/xscribble/patches/patch-ab b/x11/xscribble/patches/patch-ab
index 90bdaf08d86..fb92d9543aa 100644
--- a/x11/xscribble/patches/patch-ab
+++ b/x11/xscribble/patches/patch-ab
@@ -1,7 +1,18 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/11/01 19:35:09 itojun Exp $
+$NetBSD: patch-ab,v 1.2 2001/06/01 11:26:44 agc Exp $
---- Imakefile- Thu Nov 2 04:26:45 2000
-+++ Imakefile Thu Nov 2 04:26:52 2000
-@@ -19 +19,2 @@
+--- Imakefile.orig Mon Jun 12 23:20:11 2000
++++ Imakefile Fri Jun 1 12:19:53 2001
+@@ -9,7 +9,7 @@
+ SRCS = xscribble.c Scribble.c
+ OBJS = xscribble.o Scribble.o
+ HEADERS = ScribbleP.h Scribble.h
+- DEFINES = XkbClientDefines
++ DEFINES = XkbClientDefines -Dunix=1
+ INCLUDES = -Ilirec -Irecman
+
+ MakeSubdirs($(SUBDIRS))
+@@ -17,3 +17,4 @@
+
+ ComplexProgramTarget(xscribble)
+xscribble.man::
diff --git a/x11/xscribble/patches/patch-ad b/x11/xscribble/patches/patch-ad
new file mode 100644
index 00000000000..d7c4adad57b
--- /dev/null
+++ b/x11/xscribble/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2001/06/01 11:26:44 agc Exp $
+
+--- lirec/Imakefile 2001/06/01 11:21:35 1.1
++++ lirec/Imakefile 2001/06/01 11:22:11
+@@ -8,6 +8,8 @@
+
+ INCLUDES = -I../recman
+
++DEFINES = XkbClientDefines -Dunix=1
++
+ #include <Library.tmpl>
+
+ DependTarget()