aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-05-03 12:00:56 +0800
committermarcus <marcus@FreeBSD.org>2009-05-03 12:00:56 +0800
commit4ca87808dce41ea77b43cecdbdfd5fb33f2bd586 (patch)
treeb92686574593197ad81ca90fda1005300b551767
parent499d23fb3dcb0ae5d3b6f5c6c6a3abdd7dacc27e (diff)
downloadfreebsd-ports-gnome-4ca87808dce41ea77b43cecdbdfd5fb33f2bd586.tar.gz
freebsd-ports-gnome-4ca87808dce41ea77b43cecdbdfd5fb33f2bd586.tar.zst
freebsd-ports-gnome-4ca87808dce41ea77b43cecdbdfd5fb33f2bd586.zip
Fix the build with goffice 0.7.5.
-rw-r--r--science/gchemutils/files/patch-libs_gcu_cmd-context.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/science/gchemutils/files/patch-libs_gcu_cmd-context.cc b/science/gchemutils/files/patch-libs_gcu_cmd-context.cc
new file mode 100644
index 000000000000..321b4470105e
--- /dev/null
+++ b/science/gchemutils/files/patch-libs_gcu_cmd-context.cc
@@ -0,0 +1,11 @@
+--- libs/gcu/cmd-context.cc.orig 2009-05-02 23:59:39.000000000 -0400
++++ libs/gcu/cmd-context.cc 2009-05-02 23:59:52.000000000 -0400
+@@ -78,7 +78,7 @@ gcu_cc_cmd_context_init (GOCmdContextCla
+ GSF_CLASS_FULL (GcuCmdContext, gcu_cmd_context,
+ NULL, NULL, NULL, NULL,
+ NULL, G_TYPE_OBJECT, 0,
+- GSF_INTERFACE (gcu_cc_cmd_context_init, GO_CMD_CONTEXT_TYPE))
++ GSF_INTERFACE (gcu_cc_cmd_context_init, GO_TYPE_CMD_CONTEXT))
+
+ static GOCmdContext *cc = NULL;
+