aboutsummaryrefslogtreecommitdiff
path: root/devel/goffice1
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-28 22:34:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-28 22:34:59 +0000
commit1daa29bd81bc6f5973236a53852d99a109693c70 (patch)
treea57693bf632d4642a75247e72bca27f26968ba1d /devel/goffice1
parenteff59c3dfc1dac4bb09259ccdc9b17ea00e8bce8 (diff)
downloadports-1daa29bd81bc6f5973236a53852d99a109693c70.tar.gz
ports-1daa29bd81bc6f5973236a53852d99a109693c70.zip
Fix an undefined symbol on g_assert when linking to this library.
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=210046
Diffstat (limited to 'devel/goffice1')
-rw-r--r--devel/goffice1/Makefile2
-rw-r--r--devel/goffice1/files/patch-goffice_utils_go-regression.c10
2 files changed, 11 insertions, 1 deletions
diff --git a/devel/goffice1/Makefile b/devel/goffice1/Makefile
index 225ba2c8af21..ac8a897e9250 100644
--- a/devel/goffice1/Makefile
+++ b/devel/goffice1/Makefile
@@ -8,7 +8,7 @@
PORTNAME= goffice
PORTVERSION= 0.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2
diff --git a/devel/goffice1/files/patch-goffice_utils_go-regression.c b/devel/goffice1/files/patch-goffice_utils_go-regression.c
new file mode 100644
index 000000000000..649c2c568a0f
--- /dev/null
+++ b/devel/goffice1/files/patch-goffice_utils_go-regression.c
@@ -0,0 +1,10 @@
+--- goffice/utils/go-regression.c.orig 2008-03-28 18:30:40.000000000 -0400
++++ goffice/utils/go-regression.c 2008-03-28 18:30:52.000000000 -0400
+@@ -14,6 +14,7 @@
+
+ #include <glib/gmem.h>
+ #include <glib/gmessages.h>
++#include <glib/gtestutils.h>
+
+ #include <math.h>
+ #include <string.h>