aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-third__party_libpng_pnglibconf.h
blob: 711a144a5d0b04c8c08c3db88ab9ef9d0418af38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- third_party/libpng/pnglibconf.h.orig	2021-01-07 00:37:22 UTC
+++ third_party/libpng/pnglibconf.h
@@ -230,8 +230,11 @@
  * This is necessary to build multiple copies of libpng.  We need this while pdfium builds
  * its own copy of libpng.
  */
+/* Need to disable prefixing to unbundle chromium's libpng. */
+#if 0
 #define PNG_PREFIX
 #include "pngprefix.h"
+#endif
 /* end of chromium prefixing */
 
 #endif /* PNGLCONF_H */