summaryrefslogtreecommitdiff
path: root/textproc/htmldoc/files/patch-png_pngpriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/htmldoc/files/patch-png_pngpriv.h')
-rw-r--r--textproc/htmldoc/files/patch-png_pngpriv.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/textproc/htmldoc/files/patch-png_pngpriv.h b/textproc/htmldoc/files/patch-png_pngpriv.h
deleted file mode 100644
index 8c770f7c90fb..000000000000
--- a/textproc/htmldoc/files/patch-png_pngpriv.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- png/pngpriv.h.orig 2021-03-16 01:04:47 UTC
-+++ png/pngpriv.h
-@@ -193,11 +193,7 @@
- #endif
-
- #ifndef PNG_POWERPC_VSX_OPT
--# if defined(__PPC64__) && defined(__ALTIVEC__) && defined(__VSX__)
--# define PNG_POWERPC_VSX_OPT 2
--# else
- # define PNG_POWERPC_VSX_OPT 0
--# endif
- #endif
-
- #ifndef PNG_INTEL_SSE_OPT