From owner-cvs-all Tue Mar 12 14:38:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 848A037B436; Tue, 12 Mar 2002 14:37:52 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2CMbqu00944; Tue, 12 Mar 2002 14:37:52 -0800 (PST) (envelope-from ade) Message-Id: <200203122237.g2CMbqu00944@freefall.freebsd.org> From: Ade Lovett Date: Tue, 12 Mar 2002 14:37:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pkgconfig Makefile ports/devel/pkgconfig/files patch-pkg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2002/03/12 14:37:52 PST Modified files: devel/pkgconfig Makefile devel/pkgconfig/files patch-pkg.c Log: On -stable anyway, there is a problem getting "other" libs and cflags from dependency packages (for example, from gthread-2.0). This prevents ports like ORbit2 from compiling. It seems to be a pretty serious oversight on the pkgconfig folks, so I'm going to submit this patch to them. Basically, this patch adds recursive scanning capabilities to the other_cflags and other_libs functions. PR: 35831 Submitted by: Joe Clarke Revision Changes Path 1.11 +1 -0 ports/devel/pkgconfig/Makefile 1.4 +50 -11 ports/devel/pkgconfig/files/patch-pkg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message