pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Term-ReadLine



Module Name:    pkgsrc
Committed By:   he
Date:           Wed Jun 11 14:58:38 UTC 2008

Modified Files:
        pkgsrc/devel/p5-Term-ReadLine: Makefile

Log Message:
Fix a long-standing bug: if this package is installed on NetBSD with
readline emulation, the GNU readline library which this module depends
on would not be picked up, causing "perl -d -e '1;'" to fail to start
the perl debugger because it could not find the rl_initialize function.
Instead, point includes and libs into ${PREFIX}, so that we have a chance
of picking up the proper GNU readline library.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/devel/p5-Term-ReadLine/Makefile

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



Home | Main Index | Thread Index | Old Index