summaryrefslogtreecommitdiff
path: root/print/ghostscript/patches/patch-base_gserrors_h
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript/patches/patch-base_gserrors_h')
-rw-r--r--print/ghostscript/patches/patch-base_gserrors_h16
1 files changed, 0 insertions, 16 deletions
diff --git a/print/ghostscript/patches/patch-base_gserrors_h b/print/ghostscript/patches/patch-base_gserrors_h
deleted file mode 100644
index b6bd1d3343e..00000000000
--- a/print/ghostscript/patches/patch-base_gserrors_h
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-base_gserrors_h,v 1.2 2013/03/08 20:45:25 adam Exp $
-
-This suppresses the noisy warning that __func__ redefined.
-
---- base/gserrors.h.orig 2013-02-14 07:58:13.000000000 +0000
-+++ base/gserrors.h
-@@ -60,6 +60,9 @@ int gs_log_error(int, const char *, int)
- #endif
-
- #if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901L
-+# if (defined(__func__))
-+# undef __func__
-+# endif
- # if defined(__GNUC__) && __GNUC__ >= 2
- # define __func__ __FUNCTION__
- # elif defined(__FUNCTION__)