diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-15 10:39:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-15 10:39:31 +0800 |
commit | 5eb21bf3d8cceabdb75cf9b33ac0c80ea054579f (patch) | |
tree | 407862e53a221cb58db363c69be4696cbfc0d390 | |
parent | 64efe5d7f55fb93ea49ee4cea4f14ab1d03eeae0 (diff) | |
download | freebsd-ports-gnome-5eb21bf3d8cceabdb75cf9b33ac0c80ea054579f.tar.gz freebsd-ports-gnome-5eb21bf3d8cceabdb75cf9b33ac0c80ea054579f.tar.zst freebsd-ports-gnome-5eb21bf3d8cceabdb75cf9b33ac0c80ea054579f.zip |
fix build on -stable
-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..6fda8f540493 --- /dev/null +++ b/x11-toolkits/gai/files/patch-gai:gai-gnome.c @@ -0,0 +1,12 @@ +--- gai/gai-gnome.c.orig Mon Mar 15 10:36:46 2004 ++++ gai/gai-gnome.c Mon Mar 15 10:37:15 2004 +@@ -537,8 +537,8 @@ + void gai_gnome_about_show (void) + { + char *authors[3]; +- GAI_ENTER; + GdkPixbuf *pixbuf; ++ GAI_ENTER; + + if (GAI.about!=NULL) + { |