aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-08-03 00:44:12 +0800
committeradamw <adamw@FreeBSD.org>2004-08-03 00:44:12 +0800
commit8f934d80e46080a26de8f68225cb5f24a4563783 (patch)
tree7d3e51cf1663320eed40994bf63e27fabfd96b32
parent2a94836d619d85acf811b64dd0a7a9edb4c20630 (diff)
downloadfreebsd-ports-gnome-8f934d80e46080a26de8f68225cb5f24a4563783.tar.gz
freebsd-ports-gnome-8f934d80e46080a26de8f68225cb5f24a4563783.tar.zst
freebsd-ports-gnome-8f934d80e46080a26de8f68225cb5f24a4563783.zip
Fix build on gcc 3.4 a bit. The port still doesn't build,
but this is a step in the right direction.
-rw-r--r--mail/evolution/files/patch-e-util_e-component-listener.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-e-util_e-component-listener.c b/mail/evolution/files/patch-e-util_e-component-listener.c
new file mode 100644
index 000000000000..b8609f21896d
--- /dev/null
+++ b/mail/evolution/files/patch-e-util_e-component-listener.c
@@ -0,0 +1,11 @@
+--- e-util/e-component-listener.c.orig Mon Aug 2 11:57:30 2004
++++ e-util/e-component-listener.c Mon Aug 2 11:58:50 2004
+@@ -52,7 +52,7 @@
+ cl->priv->component = CORBA_OBJECT_NIL;
+ g_object_unref (cl);
+ break;
+- default :
++ default :;
+ }
+ }
+ }