Christian Biere wrote:
The CFLAGS poisoning is caused by /usr/pkg/lib/pkgconfig/xrandr.pc right? Could you edit this file and remove '-O2' and '-march=pentium3' from it? GCC 4.x will refuse to work if you mix -mcpu and -march, so that will be a problem anyway. Does this maybe already fix gmplayer for you?
Well, I did what you said, I edited /usr/pkg/lib/pkgconfig/xrandr.pc and removed '-O2' and '-march=pentium3' from the Cflags: line.
That seemed to fix it. Therefore, I have two questions for you. 1) how did you know to look at that file? 2) how do we fix it?I am thinking that I should just stop using cpuflags. I'm starting to think it causes more problems than it is worth. Would this be the advised course of action?
Thanks, -d