diff options
Diffstat (limited to 'graphics/netpbm/patches/patch-ai')
-rw-r--r-- | graphics/netpbm/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-ai b/graphics/netpbm/patches/patch-ai new file mode 100644 index 00000000000..808dca2189d --- /dev/null +++ b/graphics/netpbm/patches/patch-ai @@ -0,0 +1,13 @@ +$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 + + |