summaryrefslogtreecommitdiff
path: root/graphics/scrot
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-06-16 18:49:18 +0000
committerjmc <jmc@pkgsrc.org>2003-06-16 18:49:18 +0000
commit48e4ad724d5fa0c2e78fe76bde1ebd8567c3994a (patch)
tree7eb7a6db1a868d108d6542292e4af2f1312a474c /graphics/scrot
parent8127ba8ce115a1a8b2fab2e774db79d13b7af9f3 (diff)
downloadpkgsrc-48e4ad724d5fa0c2e78fe76bde1ebd8567c3994a.tar.gz
Redefine the e* routines so this works with the latest giblib
Diffstat (limited to 'graphics/scrot')
-rw-r--r--graphics/scrot/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/scrot/patches/patch-ab b/graphics/scrot/patches/patch-ab
new file mode 100644
index 00000000000..dc1e4dacc64
--- /dev/null
+++ b/graphics/scrot/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2003/06/16 18:49:18 jmc Exp $
+
+--- src/scrot.h.orig Wed Aug 29 18:39:57 2001
++++ src/scrot.h Mon Jun 16 13:21:47 2003
+@@ -90,4 +90,9 @@
+ extern Window root;
+ extern Screen *scr;
+
++/* Giblib routines. */
++#define eprintf gib_eprintf
++#define _emalloc gib_emalloc
++#define weprintf gib_weprintf
++#define _estrdup gib_estrdup
+ #endif