1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build with new goffice.

This commit is contained in:
Koop Mast 2009-12-06 12:03:31 +00:00
parent 695fce8223
commit 88b729c6ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245280
2 changed files with 13 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= gchemutils
PORTVERSION= 0.10.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}/0.10
@ -37,7 +37,7 @@ GCONF_SCHEMAS= gcrystal.schemas gchempaint.schemas gchempaint-arrows.schemas gch
MAN1= gchem3d.1 gchemcalc.1 gchempaint.1 gchemtable.1 gcrystal.1 gspectrum.1
PLIST_SUB= VER=0.10 GOFFICE=0.7.15
PLIST_SUB= VER=0.10 GOFFICE=0.7.16
OPTIONS= XUL "Build browser plugin (requires Xulrunner)" off

View File

@ -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)
{
}