summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/TLpatches/patch-05-windows-static
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype2/TLpatches/patch-05-windows-static')
-rw-r--r--Build/source/libs/freetype2/TLpatches/patch-05-windows-static16
1 files changed, 0 insertions, 16 deletions
diff --git a/Build/source/libs/freetype2/TLpatches/patch-05-windows-static b/Build/source/libs/freetype2/TLpatches/patch-05-windows-static
deleted file mode 100644
index 65d19606287..00000000000
--- a/Build/source/libs/freetype2/TLpatches/patch-05-windows-static
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ur freetype-2.13.0/src/gzip/ftgzip.c freetype-src/src/gzip/ftgzip.c
---- freetype-2.13.0/src/gzip/ftgzip.c Sat Feb 04 23:00:05 2023
-+++ freetype-src/src/gzip/ftgzip.c Sat Feb 11 08:39:27 2023
-@@ -75,6 +75,12 @@
- #define ZEXTERN static
- #endif
-
-+/* In TeX Live, we use the same linking as above for Windows */
-+#if defined( _WIN32 )
-+#define ZEXPORT
-+#define ZEXTERN static
-+#endif
-+
- #define HAVE_MEMCPY 1
- #define Z_SOLO 1
- #define Z_FREETYPE 1