CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2009/10/10 16:48:29
Modified files:
lang/gcc/3.3 : Makefile
lang/gcc/3.3/pkg: PFRAG.PIC-java PFRAG.shared-java PLIST-java
lang/gcc/4.2 : Makefile
lang/gcc/4.2/patches: patch-libffi_Makefile_in
lang/gcc/4.2/pkg: PFRAG.PIC-java PFRAG.shared-java PLIST-java
Added files:
lang/gcc/3.3/patches: patch-libffi_Makefile_in
patch-libffi_include_Makefile_in
lang/gcc/4.2/patches: patch-libffi_include_Makefile_in
Log message:
- resolve conflict of gcj with devel/libffi:
gcj only needs the internal libffi copy to build and links statically against
it. so there is no point in installing the libffi headers and libraries from
the gcc tree.
discussed with espie@ kurt@ and upstream libffi maintainer
ok espie@ kurt@