diff options
author | kwm <kwm@FreeBSD.org> | 2009-12-06 20:03:31 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-12-06 20:03:31 +0800 |
commit | 89672d0552bc3acffa4797c7c329b8a374e8a7e4 (patch) | |
tree | f5d1162a4f07a9e026f0c28902bcec6e1432d368 /science/gchemutils/files | |
parent | 03cad40b5c2222ae568851ee2ccb96dc13a07ee7 (diff) | |
download | freebsd-ports-gnome-89672d0552bc3acffa4797c7c329b8a374e8a7e4.tar.gz freebsd-ports-gnome-89672d0552bc3acffa4797c7c329b8a374e8a7e4.tar.zst freebsd-ports-gnome-89672d0552bc3acffa4797c7c329b8a374e8a7e4.zip |
Fix build with new goffice.
Diffstat (limited to 'science/gchemutils/files')
-rw-r--r-- | science/gchemutils/files/patch-libs_gcu_cmd-context.cc | 11 |
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..9708bbe064e2 --- /dev/null +++ b/science/gchemutils/files/patch-libs_gcu_cmd-context.cc @@ -0,0 +1,11 @@ +--- libs/gcu/cmd-context.cc.orig 2009-12-05 21:26:26.000000000 +0100 ++++ libs/gcu/cmd-context.cc 2009-12-05 21:27:16.000000000 +0100 +@@ -62,7 +62,7 @@ gcu_cc_set_sensitive (G_GNUC_UNUSED GOCm + } + + static void +-gcu_cc_progress_set (GOCmdContext *cc, gfloat val) ++gcu_cc_progress_set (GOCmdContext *cc, double val) + { + } + |