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:
parent
695fce8223
commit
88b729c6ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245280
@ -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
|
||||
|
||||
|
11
science/gchemutils/files/patch-libs_gcu_cmd-context.cc
Normal file
11
science/gchemutils/files/patch-libs_gcu_cmd-context.cc
Normal 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)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user