summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ai
blob: 808dca2189d3f7b9cd0ad1054ab7c20f3c35bbac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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