diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-16 08:40:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-16 08:40:15 +0000 |
commit | 7d6eb9f0ee52793fe875b77bf760c4faf9da52cb (patch) | |
tree | 46ef14860eea60d52edd539607161e16e1c870e1 /x11/gtk2/patches | |
parent | 9b0453c54fdfb48d5e3092c0c9e712ecd197c634 (diff) | |
download | pkgsrc-7d6eb9f0ee52793fe875b77bf760c4faf9da52cb.tar.gz |
Update to 2.18.8:
Overview of Changes from GTK+ 2.18.7 to 2.18.8
==============================================
* Bugs fixed:
612066 empathy hangs when clicked on information about contact...
569042 gailbooleancell does not seem to attend to changes...
609650 GtkPlug Embedded signal is not emitted when plug/socket...
609744 crash at parse_data_for_row_pseudocolor
609952 destroying a notebook window when the last tab got dragged...
610141 gtk_assistant_get_nth_page() function fails to deliver...
610184 gtk_assistant_set_current_page() segfaults...
610381 More space between toolbar icon and label
610632 gtk_info_bar_set_default_response problem
611686 focus_in/focus_out in gailtreeview.c should return FALSE...
612119 Do not scroll when middle pasting
612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback'
612346 gdk_window_set_icon_name doesn't work
612505 Entry layout not updated when underlying buffer changes
598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX
* Updated translations:
Bengali India
Low German
Oriya
Polish
Diffstat (limited to 'x11/gtk2/patches')
-rw-r--r-- | x11/gtk2/patches/patch-af | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/gtk2/patches/patch-af b/x11/gtk2/patches/patch-af index 53fa5216a76..1f5d063fdda 100644 --- a/x11/gtk2/patches/patch-af +++ b/x11/gtk2/patches/patch-af @@ -1,13 +1,13 @@ -$NetBSD: patch-af,v 1.16 2009/11/27 16:54:30 tnn Exp $ +$NetBSD: patch-af,v 1.17 2010/03/16 08:40:15 wiz Exp $ ---- configure.orig 2009-10-17 03:53:05.000000000 +0200 +--- configure.orig 2010-03-15 22:37:29.000000000 +0000 +++ configure -@@ -28849,7 +28849,7 @@ $as_echo "$ac_try_echo") >&5 - }; then - { $as_echo "$as_me:$LINENO: result: no" >&5 +@@ -23073,7 +23073,7 @@ _ACEOF + if ac_fn_c_try_link "$LINENO"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - X_LIBS="$X_LIBS -R$x_libraries" + X_LIBS="$X_LIBS ${COMPILER_RPATH_FLAG}$x_libraries" else - $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 + LIBS="$ac_xsave_LIBS -R $x_libraries" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext |