view src/msvc-atk-1.patch @ 3256:7fb479d0241c

Update build tools for native mingw * src/build-m4.mk: do nothing for native mingw build * Makefile.in: - add bison, m4 as natve mingw, and python as jit build requirements. - remove build-bison as a mingw build dependancy * index.html: Add msys-bison to mingw required packages and mention ghostscript and python.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 26 Sep 2013 21:18:39 -0400
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.