Subject: Re: pkg/29989
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Jussi Liukkonen <jml@snorkkeli.homeip.net>
List: pkgsrc-bugs
Date: 04/17/2005 19:44:01
The following reply was made to PR pkg/29989; it has been noted by GNATS.
From: Jussi Liukkonen <jml@snorkkeli.homeip.net>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: pkg/29989
Date: Sun, 17 Apr 2005 22:43:47 +0300
gtk2's configure doesn't include pango in PANGO_PACKAGES if target is
known (x11/win32/linux-fb). This leads to PANGO_LIBS missing
-lpango-1.0 (at around line 30981), and consequently the pango link
test (at line 31035) fails, because the target-specific pango* libs
need the base pango lib to satisfy their dependencies. Fix: always
include "pango" in PANGO_PACKAGES.