summaryrefslogtreecommitdiff
path: root/x11/gtk3/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-07-24 18:27:41 +0000
committerdrochner <drochner@pkgsrc.org>2012-07-24 18:27:41 +0000
commitf0787663783ca5b808762c11628a86eb5e04e3d6 (patch)
tree1d5d249d54299790d158ca2ead2f2deb4fa4922a /x11/gtk3/patches
parent58fa421fa2daf5503de8ed72c8620e1b2a429143 (diff)
downloadpkgsrc-f0787663783ca5b808762c11628a86eb5e04e3d6.tar.gz
update to 3.4.4
changes: -bugfixes -translation updates
Diffstat (limited to 'x11/gtk3/patches')
-rw-r--r--x11/gtk3/patches/patch-gtk_gtksearchenginesimple.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/gtk3/patches/patch-gtk_gtksearchenginesimple.c b/x11/gtk3/patches/patch-gtk_gtksearchenginesimple.c
index 9d9b52ff811..2adc43951af 100644
--- a/x11/gtk3/patches/patch-gtk_gtksearchenginesimple.c
+++ b/x11/gtk3/patches/patch-gtk_gtksearchenginesimple.c
@@ -1,14 +1,14 @@
-$NetBSD: patch-gtk_gtksearchenginesimple.c,v 1.1 2012/03/21 19:58:47 hans Exp $
+$NetBSD: patch-gtk_gtksearchenginesimple.c,v 1.2 2012/07/24 18:27:41 drochner Exp $
---- gtk/gtksearchenginesimple.c.orig 2011-12-19 14:58:28.000000000 +0100
-+++ gtk/gtksearchenginesimple.c 2012-03-21 20:36:33.118910490 +0100
-@@ -27,7 +27,9 @@
+--- gtk/gtksearchenginesimple.c.orig 2012-07-15 16:58:25.000000000 +0000
++++ gtk/gtksearchenginesimple.c
+@@ -26,7 +26,9 @@
* export ftw() and friends only if _XOPEN_SOURCE and _GNU_SOURCE
* are defined. see bug #444097.
*/
+#ifndef _XOPEN_SOURCE
- #define _XOPEN_SOURCE 500
+ #define _XOPEN_SOURCE 600
+#endif
- #define _GNU_SOURCE
+ #define _GNU_SOURCE
#ifdef HAVE_FTW_H