view src/msvc-atk-1.patch @ 5579:2734b3818171

Avoid double-free with librsb (bug #58957). * src/librsb.mk: Add work-around to avoid double-free (provided by Michele Martone). * src/mingw-of-sparsersb-1-no-render.patch: Remove patch. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 02 Nov 2020 08:55:18 +0100
parents 1c7c6c090223
children
line wrap: on
line source

diff -ur atk-2.8.0-orig/atk/Makefile.in atk-2.8.0/atk/Makefile.in
--- atk-2.8.0-orig/atk/Makefile.in	2013-03-26 06:36:53 -0400
+++ atk-2.8.0/atk/Makefile.in	2013-07-21 23:20:26 -0400
@@ -40,7 +40,7 @@
 @HAVE_INTROSPECTION_TRUE@am__append_2 = $(gir_DATA) $(typelibs_DATA)
 
 # ---------- Win32 stuff ----------
-@OS_WIN32_TRUE@am__append_3 = -export-symbols atk.def -no-undefined -Wl,atk-win32-res.o
+@OS_WIN32_TRUE@am__append_3 = -export-symbols-regex "xXx" -Wl,atk.def -no-undefined -Wl,atk-win32-res.o
 @OS_WIN32_FALSE@libatk_1_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 @OS_WIN32_FALSE@	$(am__DEPENDENCIES_1)
 subdir = atk
@@ -961,9 +961,9 @@
 	  rm -f atkmarshal.h atkmarshal.c atk-enum-types.h atk-enum-types.c; \
 	fi
 
-install-data-local: install-ms-lib install-def-file
+#install-data-local: install-ms-lib install-def-file
 
-uninstall-local: uninstall-ms-lib uninstall-def-file
+#uninstall-local: uninstall-ms-lib uninstall-def-file
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.