diff options
Diffstat (limited to 'graphics/netpbm/patches/patch-ag')
-rw-r--r-- | graphics/netpbm/patches/patch-ag | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-ag b/graphics/netpbm/patches/patch-ag new file mode 100644 index 00000000000..c4ab4500f26 --- /dev/null +++ b/graphics/netpbm/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.18 2006/10/03 22:56:50 schwarz Exp $ + +--- lib/libppmd.c.orig 2006-10-03 17:51:58.000000000 +0200 ++++ lib/libppmd.c 2006-10-03 17:53:15.000000000 +0200 +@@ -688,7 +688,9 @@ + + + ++#ifndef SGI_IDO_CC + static qsort_compare yx_compare; ++#endif + + static int + yx_compare(const void * const c1Arg, |