Date: Tue, 2 Apr 2002 15:00:44 +0200 (CEST) From: Jochem Kossen <jochem@CC40670-a.groni1.gr.nl.home.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: anders@hack.org Subject: ports/36653: [PATCH] x11/gdkxft compile failure Message-ID: <200204021300.g32D0iS7078719@lisa.CC40670-a.groni1.gr.nl.home.com>
next in thread | raw e-mail | index | archive | help
>Number: 36653 >Category: ports >Synopsis: [PATCH] x11/gdkxft compile failure >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 02 05:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD lisa.CC40670-a.groni1.gr.nl.home.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 26 13:11:16 CET 2002 jochem@lisa.CC40670-a.groni1.gr.nl.home.com:/usr/obj/usr/src/sys/LISA i386 >Description: When trying to build x11/gdkxft from ports it tries to find capplet-widget.h which is installed in a different location, hence the compile fails. Included is patch to fix it. >How-To-Repeat: # cd /usr/ports/x11/gdkxft # make >Fix: --- patch-capplet::gdkxft-capplet.c begins here --- --- capplet/gdkxft-capplet.c.orig Tue Apr 2 12:41:31 2002 +++ capplet/gdkxft-capplet.c Tue Apr 2 12:41:54 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; --- patch-capplet::gdkxft-capplet.c ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204021300.g32D0iS7078719>