Re: FreeBSD Port: graphics/py-cairo

2013-10-23 Thread Kubilay Kocak
On 24/10/2013 11:09 AM, Mike Jakubik wrote: > Hi, > > I found the problem. This port does not seem to respect the CC > environment variables and was trying to compile with gcc, instead of > clang. The problem is that my CFLAGS dont work in gcc (no -mavx in old > gcc, etc) and it seemed to pull the

Re: FreeBSD Port: graphics/py-cairo

2013-10-23 Thread Mike Jakubik
Hi, I found the problem. This port does not seem to respect the CC environment variables and was trying to compile with gcc, instead of clang. The problem is that my CFLAGS dont work in gcc (no -mavx in old gcc, etc) and it seemed to pull these flags from python, because changing them in /etc

Re: FreeBSD Port: graphics/py-cairo

2013-10-23 Thread Kubilay Kocak
On 24/10/2013 9:47 AM, Koop Mast wrote: > > > On 10/23/13 19:13, Mike Jakubik wrote: >> Hello, >> >> I am unable to compile this on 9.2-STABLE. > > Mike I see you got both 2.7 and 3.3 installed. When I build py-cairo it > worked fine, so I don't really know what happening with waf. So I cc'd > p

Re: FreeBSD Port: graphics/py-cairo

2013-10-23 Thread Koop Mast
On 10/23/13 19:13, Mike Jakubik wrote: Hello, I am unable to compile this on 9.2-STABLE. Mike I see you got both 2.7 and 3.3 installed. When I build py-cairo it worked fine, so I don't really know what happening with waf. So I cc'd python@ since they might have a beter idea what waf is doi