summaryrefslogtreecommitdiff
path: root/graphics/xpaint/patches/patch-ab
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-07-17 09:01:01 +0000
committeradam <adam@pkgsrc.org>2003-07-17 09:01:01 +0000
commit8936791269dd310fc52cb068d1b9dee74d51e026 (patch)
treec9804413d166ba5c18af2876e9ab5ce3b61c186f /graphics/xpaint/patches/patch-ab
parentc1df60ac19257d6ad3166b28352a28d0cb717110 (diff)
downloadpkgsrc-8936791269dd310fc52cb068d1b9dee74d51e026.tar.gz
Changes:
* iprocess.c: added * graphics.c: implemented new "memory" widget * bug-fixes (image corruption in PNG; Xaw95; scrollbar) * PaintRegion.c: added rounding procedure in multiplication of matrices mm()
Diffstat (limited to 'graphics/xpaint/patches/patch-ab')
-rw-r--r--graphics/xpaint/patches/patch-ab16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/xpaint/patches/patch-ab b/graphics/xpaint/patches/patch-ab
index 0731cfdda5d..1b512625c21 100644
--- a/graphics/xpaint/patches/patch-ab
+++ b/graphics/xpaint/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2001/03/30 21:44:49 hubertf Exp $
+$NetBSD: patch-ab,v 1.3 2003/07/17 09:01:02 adam Exp $
---- rw/libpnmrw.c.orig Mon Oct 2 22:53:30 2000
-+++ rw/libpnmrw.c
-@@ -46,7 +46,7 @@
+--- rw/libpnmrw.c.orig 2002-12-15 11:41:26.000000000 +0100
++++ rw/libpnmrw.c 2003-07-17 09:43:18.000000000 +0200
+@@ -49,7 +49,7 @@
void *malloc(int);
void free(void *);
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.2 2001/03/30 21:44:49 hubertf Exp $
#include <errno.h>
#endif
-@@ -131,6 +131,7 @@
+@@ -134,6 +134,7 @@
static void
pm_perror(char *reason)
{
@@ -19,11 +19,11 @@ $NetBSD: patch-ab,v 1.2 2001/03/30 21:44:49 hubertf Exp $
#if defined(BSD4_4)
__const extern char *__const sys_errlist[];
#else
-@@ -146,6 +147,7 @@
- #endif
+@@ -150,6 +151,7 @@
#if !defined(__EMX__) || defined(__CYGWIN__)
extern int errno;
-+#endif
#endif
++#endif
char *e;
+ e = (char *)sys_errlist[errno];