summaryrefslogtreecommitdiff
path: root/devel/glib2/patches/patch-cn
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-11-13 21:23:07 +0000
committeradam <adam@pkgsrc.org>2012-11-13 21:23:07 +0000
commit063c0a87219c15a7a6628d89fe52311f8126cfee (patch)
treec6875f4501ba3bc39829b6a5f5f76e80a0acc548 /devel/glib2/patches/patch-cn
parenta8a58eb6cfb231c0826450cd2cc38d9146cbd46d (diff)
downloadpkgsrc-063c0a87219c15a7a6628d89fe52311f8126cfee.tar.gz
Changes 2.34.2:
* Bug fixes: 649302 Add support for GNU/FreeBSD 672924 Add annotations for g_filename_from_uri() 685995 Crash in g_menu_exporter_name_vanished 686091 Invalid reads in g_bytes_unref_to_data 686185 g_date_time_format Transcoding Fails on OSX 686213 Half open TCP sockets remain open after soup... 686662 introduce explicitly-sized enum types, depre... 686786 g_socket_get_available_bytes() returns wrong... 687089 g_dbus_connection_export_menu_model(): fix a... 687540 In Trash folder, Nautilus misinterprets "\n"... 687541 GSignalQuery param_types field needs array a... 687600 gfileutils.c performs invalid cast of (varar... 687801 tests/buffered-input-stream: Fix size of par...
Diffstat (limited to 'devel/glib2/patches/patch-cn')
-rw-r--r--devel/glib2/patches/patch-cn4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib2/patches/patch-cn b/devel/glib2/patches/patch-cn
index 7de8199ff3b..21c0975e4a4 100644
--- a/devel/glib2/patches/patch-cn
+++ b/devel/glib2/patches/patch-cn
@@ -1,4 +1,4 @@
-$NetBSD: patch-cn,v 1.2 2012/05/01 18:45:53 adam Exp $
+$NetBSD: patch-cn,v 1.3 2012/11/13 21:23:07 adam Exp $
The mem-overflow test contains a declaration of an empty struct, which breaks
on at least SunPro cc, and presumably some other non-gcc compilers. Skip this
@@ -7,7 +7,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=641350
--- glib/tests/Makefile.am.orig 2011-06-05 23:18:49.000000000 +0000
+++ glib/tests/Makefile.am
-@@ -76,9 +76,6 @@ hostutils_LDADD = $(progs_ldadd)
+@@ -77,9 +77,6 @@ hostutils_LDADD = $(progs_ldadd)
TEST_PROGS += gvariant
gvariant_LDADD = $(progs_ldadd)