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

Remove gconf support. This fixes crashes encountered in apps such

as GnuCash when trying to view reports or help documents.

Obtained from:	marcus
This commit is contained in:
Adam Weinberger 2003-09-25 05:40:49 +00:00
parent b94f2f3086
commit 8108744cf6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89312
2 changed files with 18 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gtkhtml
PORTVERSION= 1.1.10
PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
@ -24,7 +25,7 @@ USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-gconf=yes
CONFIGURE_ARGS= --with-gconf=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"

View File

@ -0,0 +1,16 @@
--- src/gtkhtml-propmanager.c.orig Mon Sep 22 19:08:54 2003
+++ src/gtkhtml-propmanager.c Mon Sep 22 19:09:24 2003
@@ -24,6 +24,7 @@
#include <glib.h>
#include <gnome.h>
+#ifdef GTKHTML_HAVE_GCONF
#include "gtkhtml-propmanager.h"
#include "gtkhtml-properties.h"
@@ -611,3 +612,5 @@
return propmanager_type;
}
+
+#endif