Subject: CVS commit: pkgsrc/devel/gtexinfo
To: None <pkgsrc-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 07/09/2003 13:11:03
Module Name:	pkgsrc
Committed By:	grant
Date:		Wed Jul  9 13:11:02 UTC 2003

Modified Files:
	pkgsrc/devel/gtexinfo: distinfo
Added Files:
	pkgsrc/devel/gtexinfo/patches: patch-aj patch-ak

Log Message:
force the configure script to look for ncurses *last* when looking
for a terminal library.

[in an ideal world, ncurses wouldn't even be listed, but according
to the comments in configure.ac, some Linux distributions don't have
libcurses, only libncurses, so it should stay.]

fixes a problem when building with an external gcc, since gcc, when
installed into /prefix, unconditionally searches /prefix/lib for
libraries at link time causing it to find libncurses in /prefix/lib
(the normal gcc ugliness). this leads to the runtime linker being
unable to find libncurses.

noted by gavan@, fix tested by gavan@ and myself.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/devel/gtexinfo/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/devel/gtexinfo/patches/patch-aj
cvs rdiff -r0 -r1.1 pkgsrc/devel/gtexinfo/patches/patch-ak

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