summaryrefslogtreecommitdiff
path: root/graphics/png/patches/patch-contrib_tools_pngfix.c
blob: 3d508340cb1cbea2489874288ecb1000e32301be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-contrib_tools_pngfix.c,v 1.1 2013/12/26 15:59:20 tron Exp $

Fix build with C compilers other than GCC.

--- contrib/tools/pngfix.c.orig	2013-11-14 19:03:02.000000000 +0000
+++ contrib/tools/pngfix.c	2013-12-26 15:44:27.000000000 +0000
@@ -32,7 +32,6 @@
 #  define FIX_GCC volatile
 #else
 #  define FIX_GCC
-#  error not tested
 #endif
 
 #define PROGRAM_NAME "pngfix"