diff options
Diffstat (limited to 'textproc/htmldoc')
-rw-r--r-- | textproc/htmldoc/files/patch-png_pngpriv.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/htmldoc/files/patch-png_pngpriv.h b/textproc/htmldoc/files/patch-png_pngpriv.h new file mode 100644 index 000000000000..8c770f7c90fb --- /dev/null +++ b/textproc/htmldoc/files/patch-png_pngpriv.h @@ -0,0 +1,14 @@ +--- 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 |