summaryrefslogtreecommitdiff
path: root/package/libffi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-11 17:48:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-11 17:48:29 +0100
commit67a64e4c89821f196e61cdf5b1eafbfc67c624ee (patch)
treef4b0c4ee16aa8356c76ac18947413554f1f479a9 /package/libffi
parentcb40c83760441bf86f5b233aafac06733de79d6b (diff)
fix includedir in pkg-config file, forgot the patch
Diffstat (limited to 'package/libffi')
-rw-r--r--package/libffi/patches/patch-libffi_pc_in11
1 files changed, 11 insertions, 0 deletions
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