diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-09-10 22:36:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 13:36:20 -0700 |
| commit | 6676fce90e4e59cb4b4e4d04e50161bc5f9503e1 (patch) | |
| tree | 79821dc54a5932e0a2ccf20ddba023b1af041951 /ports/fontconfig/build2.patch | |
| parent | dfcd4e4b30799c4ce02fe3939b62576fec444224 (diff) | |
| download | vcpkg-6676fce90e4e59cb4b4e4d04e50161bc5f9503e1.tar.gz vcpkg-6676fce90e4e59cb4b4e4d04e50161bc5f9503e1.zip | |
[fontconfig] update to 2.13.94 (#19285)
Diffstat (limited to 'ports/fontconfig/build2.patch')
| -rw-r--r-- | ports/fontconfig/build2.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/ports/fontconfig/build2.patch b/ports/fontconfig/build2.patch deleted file mode 100644 index 2b2780abb..000000000 --- a/ports/fontconfig/build2.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff --git a/Tools.mk b/Tools.mk -index f0fa0ec50..24e5afd16 100644 ---- a/Tools.mk -+++ b/Tools.mk -@@ -43,7 +43,7 @@ AM_CPPFLAGS = \ - $(WARN_CFLAGS) - - $(TOOL): $(TSRC) $(ALIAS_FILES) -- $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS) -+ $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS) $(LIBINTL) $(CFLAGS) - - $(TARG): $(TMPL) $(TSRC) $(DEPS) - $(AM_V_GEN) $(MAKE) $(TOOL) && \ -diff --git a/fc-case/fc-case.c b/fc-case/fc-case.c -index 236bff5f0..6fb21c855 100644 ---- a/fc-case/fc-case.c -+++ b/fc-case/fc-case.c -@@ -345,7 +345,7 @@ main (int argc, char **argv) - break; - fputs (line, stdout); - } -- -+ fflush (stdout); - /* - * Dump these tables - */ -@@ -354,7 +354,7 @@ main (int argc, char **argv) - /* - * And flush out the rest of the input file - */ -- -+ fflush (stdout); - while (fgets (line, sizeof (line), stdin)) - fputs (line, stdout); - |
