Opened 19 years ago

Closed 19 years ago

#3972 closed defect (fixed)

BUG: gcc40 and libffi

Reported by: yves@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

gcc40 (4.0.1) install ffi.h in $prefix/include but ffitarget.h in $prefix/lib/gcc-4.0/gcc/powerpc-apple- darwin8.1.0/4.0.1/include/libffi which is no really a bug but sort of an awkward CPPFLAG to add to use libffi.

Attachments (1)

Portfile.diff (843 bytes) - added by yves@… 19 years ago.
Portfile patch

Download all attachments as: .zip

Change History (4)

comment:1 Changed 19 years ago by mww@…

so add a symlink? $prefix/include/ffitarget.h -> $prefix/lib/gcc-4.0/gcc/powerpc-apple-darwin*/4*/include/libffi/ffitarget.h

comment:2 Changed 19 years ago by yves@…

Best solution IMHO

Changed 19 years ago by yves@…

Attachment: Portfile.diff added

Portfile patch

comment:3 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, commited!

Note: See TracTickets for help on using tickets.