pkgsrc/graphics/netpbm/patches/patch-ai

14 lines
351 B
Text
Raw Normal View History

$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