Subject: Re: pkg/34980
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: David Howland <dhowland@users.sourceforge.net>
List: pkgsrc-bugs
Date: 12/06/2006 22:15:04
The following reply was made to PR pkg/34980; it has been noted by GNATS.

From: David Howland <dhowland@users.sourceforge.net>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/34980
Date: Wed, 06 Dec 2006 17:12:24 -0500

 The fix seemed to have something to do with pkgconfig and cpuflags.
  From the pkgsrc-users mailing list...
 
 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.
 
 More info and a conclusion to this PR comming soon.