pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/29989
The following reply was made to PR pkg/29989; it has been noted by GNATS.
From: Jussi Liukkonen <jml%snorkkeli.homeip.net@localhost>
To: gnats-bugs%netbsd.org@localhost
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.
Home |
Main Index |
Thread Index |
Old Index