Author: glen Date: Sun Mar 22 06:01:54 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - create libffi.pc
---- Files affected: SOURCES: gcc-libffi-pkgconfig.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gcc-libffi-pkgconfig.patch diff -u /dev/null SOURCES/gcc-libffi-pkgconfig.patch:1.1 --- /dev/null Sun Mar 22 07:01:55 2009 +++ SOURCES/gcc-libffi-pkgconfig.patch Sun Mar 22 07:01:49 2009 @@ -0,0 +1,23 @@ +--- gcc-4.3.3/libffi/configure.ac 2008-02-12 19:42:21.000000000 +0200 ++++ libffi-3.0.6/libiffi/configure.ac 2008-07-17 15:57:33.000000000 +0300 +@@ -358,6 +360,6 @@ + + AC_CONFIG_LINKS(include/ffitarget.h:src/$TARGETDIR/ffitarget.h) + +-AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile) ++AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile libffi.pc) + + AC_OUTPUT +--- /dev/null 2007-02-13 18:29:53.000000000 +0200 ++++ libffi-3.0.6/libiffi/libffi.pc.in 2008-04-03 21:57:34.000000000 +0300 +@@ -0,0 +1,10 @@ ++pref...@prefix@ ++exec_pref...@exec_prefix@ ++libd...@libdir@ ++included...@includedir@ ++ ++Name: @PACKAGE_NAME@ ++Description: Library supporting Foreign Function Interfaces ++Version: @PACKAGE_VERSION@ ++Libs: -lffi ++Cflags: ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
