1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Fix build with new glib

Submitted by:	portbuild bot via miwi
This commit is contained in:
Alex Kozlov 2013-05-13 04:27:55 +00:00
parent b693c0d9c0
commit 6db4b59580
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317994
2 changed files with 11 additions and 1 deletions

View File

@ -9,7 +9,7 @@ MASTER_SITES= BERLIOS
DISTNAME= ${PORTNAME}2-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An addressbook for the GNOME 2 desktop
COMMENT= Addressbook for the GNOME 2 desktop
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -0,0 +1,10 @@
Index: src/callbacks.c
@@ -336,7 +336,7 @@
gint rate;
gboolean backup;
GtkFileFilter* filefilter;
- G_CONST_RETURN gchar *filter;
+ const gchar *filter;
filefilter = gtk_file_chooser_get_filter(GTK_FILE_CHOOSER (chooser));
filter = gtk_file_filter_get_name(filefilter);