diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-05-10 09:18:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-05-10 09:18:30 +0800 |
commit | b2786096ca1c7259af592222ee3bcc2dc4791429 (patch) | |
tree | 02b77218a020dfd0f267d50b9974118a886f7fc2 /x11-toolkits/gai | |
parent | eb75d311ed49316604b019a62c5604328e4e4301 (diff) | |
download | freebsd-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.c | 12 |
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; |