Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 0A6E263B8BC for ; Wed, 11 Jun 2008 14:58:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id B199D63B10C; Wed, 11 Jun 2008 14:58:39 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id E576363B101 for ; Wed, 11 Jun 2008 14:58:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D16FA175D0; Wed, 11 Jun 2008 14:58:38 +0000 (UTC) From: Havard Eidnes Subject: CVS commit: pkgsrc/devel/p5-Term-ReadLine To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org Message-Id: <20080611145838.D16FA175D0@cvs.netbsd.org> Date: Wed, 11 Jun 2008 14:58:38 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list 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.