pkgsrc/graphics/netpbm/patches/patch-ai
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

13 lines
351 B
Text

$NetBSD: patch-ai,v 1.11 2006/10/03 22:56:50 schwarz Exp $
--- lib/pm.h.orig 2006-09-26 20:49:52.000000000 +0200
+++ lib/pm.h 2006-09-26 19:53:11.000000000 +0200
@@ -65,7 +65,7 @@
#ifdef __GNUC__
#define PM_GNU_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b)))
#else
-#define PM_GNU_PRINTF_ATTR
+#define PM_GNU_PRINTF_ATTR(a,b)
#endif