diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-03-13 00:02:56 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-03-13 00:03:18 +0000 |
commit | 303c2fdb901bb67fb2f991e582f91d66c3c361a8 (patch) | |
tree | 57a9a221c010bf9a09ae1611577542259ce2ef8e /main/glib/mips-disable-some-gio-test-resources.patch | |
parent | da8f80666d97257e2143f56461fd5d5e721ab606 (diff) | |
download | aports-303c2fdb901bb67fb2f991e582f91d66c3c361a8.tar.bz2 aports-303c2fdb901bb67fb2f991e582f91d66c3c361a8.tar.xz |
main/glib: fix mips64 testsuite build
Diffstat (limited to 'main/glib/mips-disable-some-gio-test-resources.patch')
-rw-r--r-- | main/glib/mips-disable-some-gio-test-resources.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/glib/mips-disable-some-gio-test-resources.patch b/main/glib/mips-disable-some-gio-test-resources.patch new file mode 100644 index 0000000000..6327812bf0 --- /dev/null +++ b/main/glib/mips-disable-some-gio-test-resources.patch @@ -0,0 +1,11 @@ +--- glib-2.64.1.orig/gio/tests/meson.build ++++ glib-2.64.1/gio/tests/meson.build +@@ -668,7 +668,7 @@ + + ld = find_program('ld', required : false) + +- if build_machine.system() == 'linux' and cc.get_id() == 'gcc' and objcopy.found() and objcopy_supports_add_symbol and ld.found() ++ if build_machine.system() == 'linux' and cc.get_id() == 'gcc' and objcopy.found() and objcopy_supports_add_symbol and ld.found() and host_machine.cpu_family() != 'mips64' + test_gresource_binary = custom_target('test5.gresource', + input : 'test5.gresource.xml', + output : 'test5.gresource', |