diff options
Diffstat (limited to 'x11/xcursorgen/patches')
-rw-r--r-- | x11/xcursorgen/patches/patch-aa | 13 | ||||
-rw-r--r-- | x11/xcursorgen/patches/patch-ab | 13 | ||||
-rw-r--r-- | x11/xcursorgen/patches/patch-ac | 13 | ||||
-rw-r--r-- | x11/xcursorgen/patches/patch-xcursorgen.c | 15 |
4 files changed, 0 insertions, 54 deletions
diff --git a/x11/xcursorgen/patches/patch-aa b/x11/xcursorgen/patches/patch-aa deleted file mode 100644 index fdb4765ad74..00000000000 --- a/x11/xcursorgen/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/03/08 08:25:31 tron Exp $ - ---- handhelds/Imakefile.orig 2003-02-28 14:19:21.000000000 +0100 -+++ handhelds/Imakefile 2003-03-08 08:49:40.000000000 +0100 -@@ -11,7 +11,7 @@ - all:: name @@\ - @@\ - name: name.cfg CursorSources(name) @@\ -- $(XCURSORGEN) -p $(PNGDIR) name.cfg name @@\ -+ ../xcursorgen -p $(PNGDIR) name.cfg name @@\ - @@\ - clean:: @@\ - $(RM) name @@\ diff --git a/x11/xcursorgen/patches/patch-ab b/x11/xcursorgen/patches/patch-ab deleted file mode 100644 index 7b96af96d25..00000000000 --- a/x11/xcursorgen/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/03/08 08:25:31 tron Exp $ - ---- redglass/Imakefile.orig 2003-02-28 14:19:21.000000000 +0100 -+++ redglass/Imakefile 2003-03-08 08:50:58.000000000 +0100 -@@ -26,7 +26,7 @@ - all:: name @@\ - @@\ - name: name.cfg source @@\ -- $(XCURSORGEN) name.cfg name @@\ -+ ../xcursorgen name.cfg name @@\ - @@\ - clean:: @@\ - $(RM) name @@\ diff --git a/x11/xcursorgen/patches/patch-ac b/x11/xcursorgen/patches/patch-ac deleted file mode 100644 index c3bb301a092..00000000000 --- a/x11/xcursorgen/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2003/03/08 08:25:31 tron Exp $ - ---- whiteglass/Imakefile.orig 2003-02-28 14:19:25.000000000 +0100 -+++ whiteglass/Imakefile 2003-03-08 08:51:26.000000000 +0100 -@@ -10,7 +10,7 @@ - all:: name @@\ - @@\ - name: name.cfg CursorSources(name) @@\ -- $(XCURSORGEN) name.cfg name @@\ -+ ../xcursorgen name.cfg name @@\ - @@\ - clean:: @@\ - $(RM) name @@\ diff --git a/x11/xcursorgen/patches/patch-xcursorgen.c b/x11/xcursorgen/patches/patch-xcursorgen.c deleted file mode 100644 index 93e90781174..00000000000 --- a/x11/xcursorgen/patches/patch-xcursorgen.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-xcursorgen.c,v 1.1 2011/04/05 11:06:59 wiz Exp $ - -Fix build with png-1.5. - ---- xcursorgen.c.orig 2003-02-28 13:19:21.000000000 +0000 -+++ xcursorgen.c -@@ -182,7 +182,7 @@ load_image (struct flist *list, char *pr - return NULL; - } - -- if (setjmp (png->jmpbuf)) -+ if (setjmp (png_jmpbuf(png))) - { - png_destroy_read_struct (&png, &info, NULL); - return NULL; |