Subject: CVS commit: pkgsrc/x11/gtk
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 12/08/2003 19:33:46
Module Name:	pkgsrc
Committed By:	reed
Date:		Mon Dec  8 19:33:46 UTC 2003

Modified Files:
	pkgsrc/x11/gtk: buildlink2.mk

Log Message:
Didn't realize that some *-config scripts like
imlib-config were dynamic by running another *-config
script. This fix is to remove the buildlinking of
gtk-config, so imlib-config would work.
As mention by Juan RP on tech-pkg, imlib's build
could use
CONFIGURE_ENV+= GTK_CONFIG="${PREFIX}/bin/gtk-config"
to make sure that correct gtk-config is used.
Because gtk-config was broken, imlib couldn't build.
Probably x11/gtk's PKG_REVISION should by bumped?
I need to look to see if smpeg-config is broken too
(due to sdl-config path).


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/x11/gtk/buildlink2.mk

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