[mythtv] osx-packager.pl breaks after install of fink

Nigel Pearson nigel at ind.tansu.com.au
Tue Jan 17 00:56:07 UTC 2006


...
> And on this machine, I've been ultra-careful to avoid installing
> things with fink

	Very wise. I also avoid Apple's X11 for the same reason.

> because the last place I tried to build, the fink
> installations of QT et. al. were getting picked up in various paths
> instead of those downloaded by osx-packager, which was confusing the
> whole process.

	Interesting. Sorry to labour the point, Dave, but are you
sure there are no old traces of an old pkgconfig somewhere?
e.g. Have you done a find / -name pkgconfig?
      Is PKG_CONFIG_PATH perhaps set somewhere?


> I'm pretty sure that all we need is to add
>
>   $ENV{'PKG_CONFIG_PATH'} = "$PREFIX/lib/pkgconfig:" . 
> $ENV{'PKG_CONFIG_PATH'};
>
> to osx-packager.pl

	Excellent idea, although I propose this instead:

$ENV{'PKG_CONFIG_PATH'} = "$PREFIX/lib/pkgconfig";

since we want to force _only_ the packager-generated
third party stuff. I think this will also fix the
original problem in #970 ?


	If no dissent, I will commit this in a day or so.

--
Nigel Pearson, nigel at ind.tansu.com.au|"Look at this!
Telstra Dev. Lab, Sydney, Australia  | Do you think I put this in
Office:9814 4803     Fax:  9814 4897 |  to get better reception?"
Mobile: 0408 664435  Home: 9792 6998 | Batty - Fern Gully



More information about the mythtv-dev mailing list