]> TLD Linux GIT Repositories - packages/gcc.git/blob - libffi.pc.in
- fixed branch.diff, bug-111413.patch already in branch.diff
[packages/gcc.git] / libffi.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@gcclibdir@/include
5
6 Name: libffi
7 Description: Library supporting Foreign Function Interfaces
8 Version: 3.99999
9 Libs: -L${libdir} -lffi
10 Cflags: -I${includedir}