Skip site navigation (1)Skip section navigation (2)
Date:      31 Oct 2002 10:20:09 +0100
From:      enrico.sirola@riskmap.it
To:        gnome@freebsd.org
Subject:   building libbonobo fails (on my FBSD 4.7) - patch 
Message-ID:  <86d6prrmly.fsf@sirola01.risk>

next in thread | raw e-mail | index | archive | help
Hello,
I just tried "portinstall gnome2" and the
ports/x11-toolkits/libbonoboui/ build fails... It seems include path
is wrong.  

The following patch solves the problem for me (I put it in the files/
port subdirectory):

-------------------->begin patch<--------------------

*** bonobo/Makefile.in.orig	Thu Oct 31 09:46:31 2002
--- bonobo/Makefile.in	Thu Oct 31 10:06:16 2002
***************
*** 124,129 ****
--- 124,130 ----
  INCLUDES = \
  	-I$(top_srcdir) 				\
  	-I$(top_builddir)				\
+ 	-I/usr/local/include/libxml2			\
  	$(WARN_CFLAGS)					\
  	$(BONOBOUI_CFLAGS)				\
  	-DPLUGIN_DIR=\""$(PLUGIN_DIR)"\"		\

-------------------->end patch<----------------------

I hope it will help.
Bye,
enrico

-- 
Enrico Sirola <sirola@fisica.unige.it>
gpg public key available from www.keyserver.net, Key ID 0x377FE07F
Key fingerprint = B446 7332 ED55 BC68 5FE8  DE0F 98DF EC86 377F E07F


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?86d6prrmly.fsf>