From a42f0a71658b4afca035a3594d82306425c0a31c Mon Sep 17 00:00:00 2001 From: ade Date: Tue, 12 Mar 2002 22:37:52 +0000 Subject: 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 --- devel/pkgconfig/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/pkgconfig/Makefile') diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 13b7c5a..b966b6e 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -7,6 +7,7 @@ PORTNAME= pkgconfig PORTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta2 -- cgit v1.1