Files
VFlib3/VFlib3-add-external.patch
Takashi Iwai 5c751155fe Accepting request 869226 from home:tiwai:branches:M17N
- Update to version 3.7.2:
   * Relased under dual-license (GPL v3 and FreeType).
- Dropped obsoleted patches:
  VFlib3-compare-always-false.patch
  VFlib3-freetype2.patch
  VFlib3-gnu_source-declaration.patch
  VFlib3-include.patch
  VFlib3-info-dir.patch
- Fix the build with the recent gcc due to the duplicated symbols:
  VFlib3-add-external.patch

OBS-URL: https://build.opensuse.org/request/show/869226
OBS-URL: https://build.opensuse.org/package/show/M17N/VFlib3?expand=0&rev=18
2021-02-04 13:07:18 +00:00

20 lines
463 B
Diff

---
src/texfonts.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/src/texfonts.h
+++ b/src/texfonts.h
@@ -72,9 +72,9 @@
#endif
-Glocal int vf_dbg_drv_texfonts;
-Glocal SEXP_ALIST vf_tex_default_properties;
-Glocal SEXP_ALIST vf_tex_default_variables;
+extern Glocal int vf_dbg_drv_texfonts;
+extern Glocal SEXP_ALIST vf_tex_default_properties;
+extern Glocal SEXP_ALIST vf_tex_default_variables;