annotate src/msvc-atk-1.patch @ 5531:eae508c12529

Add build rule for build-octave (bug #49503). * src/build-octave.mk: Add new build rule for build-octave which can be used for cross-building binary packages that depend on Octave as a build tool. * dist-files.mk: Add new file to list. * index.html: Add new package to list. * src/of-communications.mk, src/of-image.mk, src/of-mapping.mk, src/of-optiminterp.mk, src/of-sparsersb.mk, src/of-statistics.mk, src/of-windows.mk: Add optional dependency on build-octave. * configure.ac: Add new configure switch "--disable-system-octave" that is needed to build the build-octave package. * Makefile.in: Add variable "USE_SYSTEM_OCTAVE". Exclude build-octave from the default build tools and build it only if a package explicitly depends on it. Display warning about missing native Octave version only if necessary.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 08 Sep 2020 23:04:38 +0200
parents 1c7c6c090223
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3164
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
1 diff -ur atk-2.8.0-orig/atk/Makefile.in atk-2.8.0/atk/Makefile.in
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
2 --- atk-2.8.0-orig/atk/Makefile.in 2013-03-26 06:36:53 -0400
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
3 +++ atk-2.8.0/atk/Makefile.in 2013-07-21 23:20:26 -0400
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
4 @@ -40,7 +40,7 @@
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
5 @HAVE_INTROSPECTION_TRUE@am__append_2 = $(gir_DATA) $(typelibs_DATA)
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
6
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
7 # ---------- Win32 stuff ----------
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
8 -@OS_WIN32_TRUE@am__append_3 = -export-symbols atk.def -no-undefined -Wl,atk-win32-res.o
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
9 +@OS_WIN32_TRUE@am__append_3 = -export-symbols-regex "xXx" -Wl,atk.def -no-undefined -Wl,atk-win32-res.o
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
10 @OS_WIN32_FALSE@libatk_1_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
11 @OS_WIN32_FALSE@ $(am__DEPENDENCIES_1)
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
12 subdir = atk
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
13 @@ -961,9 +961,9 @@
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
14 rm -f atkmarshal.h atkmarshal.c atk-enum-types.h atk-enum-types.c; \
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
15 fi
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
16
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
17 -install-data-local: install-ms-lib install-def-file
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
18 +#install-data-local: install-ms-lib install-def-file
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
19
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
20 -uninstall-local: uninstall-ms-lib uninstall-def-file
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
21 +#uninstall-local: uninstall-ms-lib uninstall-def-file
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
22
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
23 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
24 # Otherwise a system limit (for SysV at least) may be exceeded.