diff options
author | ade <ade@FreeBSD.org> | 2002-03-13 06:37:52 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-03-13 06:37:52 +0800 |
commit | a42f0a71658b4afca035a3594d82306425c0a31c (patch) | |
tree | 65df51db84db52a1fbd5152c0209fb808eec1ebe /devel/pkgconfig/Makefile | |
parent | f2498715475847a6df00cde0136d58d05e0257fb (diff) | |
download | freebsd-ports-gnome-a42f0a71658b4afca035a3594d82306425c0a31c.tar.gz freebsd-ports-gnome-a42f0a71658b4afca035a3594d82306425c0a31c.tar.zst freebsd-ports-gnome-a42f0a71658b4afca035a3594d82306425c0a31c.zip |
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 <marcus@marcuscom.com>
Diffstat (limited to 'devel/pkgconfig/Makefile')
-rw-r--r-- | devel/pkgconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 13b7c5a5a734..b966b6eaefca 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 |