Bug 8910

Summary: compile failure pycairo on FreeBSD4
Product: pycairo Reporter: Akihiko HAYASHI <hayashi>
Component: generalAssignee: Steve Chaplin <d74n5pohf9>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high CC: mezz
Version: unspecified   
Hardware: x86 (IA32)   
OS: FreeBSD   
Whiteboard:
i915 platform: i915 features:

Description Akihiko HAYASHI 2006-11-06 01:50:50 UTC
compile failure at ports/graphics/py-cairo on FreeBSD4.

pycairo sources use C99 style, not ANSI-C.
and pycairo's configure checks stdint.h, but source 'cairo/pycairo-surface.c'
#include stdint.h unconditionaly.
then, pycairo can be builded on gcc3/FreeBSD6, but cannot on gcc2.9/FreeBSD4.

patch is here (FreeBSD SendPR-system),
http://www.freebsd.org/cgi/query-pr.cgi?pr=104564&getpatch=1
Comment 1 Steve Chaplin 2006-12-20 20:47:12 UTC
Applied the patch to CVS. stdint.h is no longer used so I removed it.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.