From 67a64e4c89821f196e61cdf5b1eafbfc67c624ee Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 11 Dec 2010 17:48:29 +0100 Subject: fix includedir in pkg-config file, forgot the patch --- package/libffi/patches/patch-libffi_pc_in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libffi/patches/patch-libffi_pc_in (limited to 'package/libffi') diff --git a/package/libffi/patches/patch-libffi_pc_in b/package/libffi/patches/patch-libffi_pc_in new file mode 100644 index 000000000..55bc4e361 --- /dev/null +++ b/package/libffi/patches/patch-libffi_pc_in @@ -0,0 +1,11 @@ +--- libffi-3.0.9.orig/libffi.pc.in 2009-12-31 13:38:48.000000000 +0100 ++++ libffi-3.0.9/libffi.pc.in 2010-12-11 01:46:04.000000000 +0100 +@@ -1,7 +1,7 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + libdir=@libdir@ +-includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include ++includedir=@includedir@ + + Name: @PACKAGE_NAME@ + Description: Library supporting Foreign Function Interfaces -- cgit v1.2.3