$NetBSD: patch-al,v 1.9 2018/04/17 08:03:38 wiz Exp $

https://bugzilla.gnome.org/show_bug.cgi?id=790698

--- glib/tests/convert.c.orig	2018-02-06 15:44:20.000000000 +0000
+++ glib/tests/convert.c
@@ -65,6 +65,7 @@ test_one_half (void)
   gsize bytes_read = 0;
   gsize bytes_written = 0;
   GError *error = NULL;  
+#if 0 /* these tests depend on GNU iconv specific behaviour */
 
   out = g_convert (in_utf8, -1,
 		   "ISO-8859-1", "UTF-8",
@@ -100,6 +101,7 @@ test_one_half (void)
   g_assert_cmpint (bytes_written, ==, 1);
   g_assert_cmpstr (out, ==, "a");
   g_free (out);
+#endif
 }
 
 static void
