aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gai
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-05-10 09:18:30 +0800
committerijliao <ijliao@FreeBSD.org>2004-05-10 09:18:30 +0800
commitb2786096ca1c7259af592222ee3bcc2dc4791429 (patch)
tree02b77218a020dfd0f267d50b9974118a886f7fc2 /x11-toolkits/gai
parenteb75d311ed49316604b019a62c5604328e4e4301 (diff)
downloadfreebsd-ports-gnome-b2786096ca1c7259af592222ee3bcc2dc4791429.tar.gz
freebsd-ports-gnome-b2786096ca1c7259af592222ee3bcc2dc4791429.tar.zst
freebsd-ports-gnome-b2786096ca1c7259af592222ee3bcc2dc4791429.zip
fix build on -stable
Noticed by: bento via kris
Diffstat (limited to 'x11-toolkits/gai')
-rw-r--r--x11-toolkits/gai/files/patch-gai:gai-gnome.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/gai/files/patch-gai:gai-gnome.c b/x11-toolkits/gai/files/patch-gai:gai-gnome.c
new file mode 100644
index 000000000000..93ba6607b681
--- /dev/null
+++ b/x11-toolkits/gai/files/patch-gai:gai-gnome.c
@@ -0,0 +1,12 @@
+--- gai/gai-gnome.c.orig Mon May 10 09:16:17 2004
++++ gai/gai-gnome.c Mon May 10 09:16:26 2004
+@@ -345,8 +345,8 @@
+ static int
+ gai_gnome_expose(GtkWidget *widget, GdkEventExpose *event, gpointer d)
+ {
+- GAI_ENTER;
+ static gboolean expose_lock = FALSE;
++ GAI_ENTER;
+ if(expose_lock){
+ GAI_NOTE("Expose lock");
+ return FALSE;