CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2010/09/07 05:39:12
Modified files:
devel/gobject-introspection: Makefile
Added files:
devel/gobject-introspection/patches: patch-girepository_ginfo_c
patch-tests_Makefile_in
Log message:
- slightly improve the situation on sparc64:
* extend the DO_ALIGNED_COPY usage from girnode.c into ginfo.c
(freebsd seems to do the same)
* skips tests/scanner/ as opensolaris and several other distributions do,
this prevents g-ir-repository SIGBUSing there and allows the build to succeed.
it's not really a great improvement (apart from ginfo.c patch), but at least
it allows things to move forward, and gobject-introspection isn't enabled yet
in other ports.
ok ajacoutot@