Subject: CVS commit: pkgsrc/devel/GConf
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/09/2002 21:28:45
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Apr  9 18:28:44 UTC 2002

Modified Files:
	pkgsrc/devel/GConf: Makefile

Log Message:
* Remove unnecessary dependency on guile.  The guile wrappers are currently
  _never_ built, regardless of whether guile is detected or not.
* Strongly buildlinkify.
* Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so that the correct
  libtool is used during the build and installation.
* Add a pre-build target to symlink the libxml headers into ${WRKSRC} so
  that references to <libxml/foo.h> will resolve to <gnome-xml/foo.h>.  I
  imagine that the sources will be fixed to refer to more recent header
  locations in a future release of GConf.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/devel/GConf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.