Subject: Re: problems building x-chat?
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Reinoud Zandijk <imago@kabel065011.kabel.utwente.nl>
List: current-users
Date: 11/14/2000 16:16:42
Hi Hisashi,
On Mon, 13 Nov 2000, Hisashi T Fujinaka wrote:
> I'm confused about this. I haven't seen any mention of this problem and
> it's a step in installing gnome, a project which has taken much, much more
> time than I expected.
>
> cc -O2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include/glib
> -fno-strict-aliasing -I/usr/pkg/include
<SNIP>
I guess i cheated on this .... i just commented out the depend on Gnome
and it compiled perfectly well !! Its an option allthough it isnt stated
as so in the package....
so just use this patch (nothing more than commenting out the gnome-code
line :
--- Makefile.orig Tue Nov 14 16:14:54 2000
+++ Makefile Tue Nov 14 16:15:01 2000
@@ -8,7 +8,7 @@
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://xchat.org/
-DEPENDS+= gnome-core>=1.0.55:../../x11/gnome-core
+#DEPENDS+= gnome-core>=1.0.55:../../x11/gnome-core
DEPENDS+= python>=1.5.2:../../lang/python
USE_GMAKE= yes
Take care,
Reinoud