pkgsrc/graphics/netpbm/patches/patch-ag
schwarz a4efb4c0c3 added support for IRIX 5 and in particular the SGI IDO cc.
patches were discussed with Bryan Henderson, maintainer of the netpbm
code.
2006-10-03 22:56:50 +00:00

14 lines
313 B
Text

$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,