Re: [Fink-devel] qt5 pkgconfig woes

2015-11-19 Thread Max Horn
Hanspeter, > On 19 Nov 2015, at 16:26, Hanspeter Niederstrasser > wrote: > > On Thu, November 19, 2015 5:57 am, Max Horn wrote: > [...] > Better solution is to fix the .pc files to have the correct Cflags > pointing to the correct headers dir Maybe, but (a) I have no idea how the .pc files ar

Re: [Fink-devel] qt5 pkgconfig woes

2015-11-19 Thread Hanspeter Niederstrasser
On Thu, November 19, 2015 5:57 am, Max Horn wrote: > Hi there, > > so I was trying to update wireshark to 2.0.0, which means finally bitting > the bullet and using qt5 for it. Turns out the pkgconfig .pc files for qt5 > are all broken ?! They contain this: > > Libs: -F${libdir} '-Wl,-framework,Qt

[Fink-devel] qt5 pkgconfig woes

2015-11-19 Thread Max Horn
Hi there, so I was trying to update wireshark to 2.0.0, which means finally bitting the bullet and using qt5 for it. Turns out the pkgconfig .pc files for qt5 are all broken ?! They contain this: Libs: -F${libdir} '-Wl,-framework,QtCore ' Cflags: -I${included}/QtCore -I${includedir} But th