Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 15:14:00 +0100
From:      Anders Andersson <anders@hack.org>
To:        Lucas Nussbaum <lucas@sicfa.org>
Cc:        freebsd-gnome@FreeBSD.ORG, muhannad07@cogeco.ca
Subject:   Re: gdkxft build fails on 4.5-STABLE
Message-ID:  <20020217141400.GF1048@sushi.sanyusan.se>
In-Reply-To: <20020217140949.GE1048@sushi.sanyusan.se>
References:  <20020217114710.GA14979@oxygene.in.schickler.net> <20020217134330.GD1048@sushi.sanyusan.se> <20020217140949.GE1048@sushi.sanyusan.se>

next in thread | previous in thread | raw e-mail | index | archive | help

--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sun, Feb 17, 2002 at 03:09:49PM +0100, Anders Andersson wrote:
> I noted that the capplet-widhet.h file moved from /usr/X11R6/include to
> /usr/X11R6/include/libcapplet1/ due to gnomecontrolcenter I think.
> 
> I will make a patch to get around this. Hold on...

Please try the attached patch, please put it in ports/x11/gdkxft/files
and make clean && make install clean and let me know if it works.
-- 
Anders Andersson <anders@hack.org>
UNIX, Networking and Security consultant
+46 (0)705 87 53 35

--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-capplet::gdkxft-capplet.c"

--- capplet/gdkxft-capplet.c.orig	Fri Oct 26 16:15:52 2001
+++ capplet/gdkxft-capplet.c	Sun Feb 17 15:11:43 2002
@@ -19,7 +19,7 @@
 
 #include <gtk/gtk.h>
 #include <glade/glade.h>
-#include <capplet-widget.h>
+#include <libcapplet1/capplet-widget.h>
 #include "gdkxftcfg.h"
 
 static GtkWidget *capplet=NULL,*frame=NULL;

--XsQoSWH+UP9D9v3l--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020217141400.GF1048>