Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 2E44463B90D for ; Sun, 2 Mar 2008 07:05:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id D8C2263B118; Sun, 2 Mar 2008 07:05:29 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 06E0463B100 for ; Sun, 2 Mar 2008 07:05:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E8A8B175C1; Sun, 2 Mar 2008 07:05:28 +0000 (UTC) From: "Johnny C. Lam" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: jlam@netbsd.org Message-Id: <20080302070528.E8A8B175C1@cvs.netbsd.org> Date: Sun, 2 Mar 2008 07:05:28 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: jlam Date: Sun Mar 2 07:05:28 UTC 2008 Modified Files: pkgsrc/mk: termcap.buildlink3.mk termcap.builtin.mk Log Message: + Teach buildlink3.mk to cause GNU configure script to not find any other terminal library other than the one we specify. + Also look for "termlib" as some systems have that. Note that we need to make the library search more sophisticated to work correctly on more exotic platforms. To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 pkgsrc/mk/termcap.buildlink3.mk \ pkgsrc/mk/termcap.builtin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.