diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-17 15:43:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-17 15:43:54 +0200 |
commit | 8be8d4972e1f833dd536222f430d395f6b98a2c4 (patch) | |
tree | b8bcd85d8acc919e347a56b1240c32ddd46c96ff /package/libffi/patches/patch-libffi_pc_in | |
parent | dd5d40ff2ddc9b6ef0460ca15f8e3c5531b27db3 (diff) |
libffi: update to 3.3
Diffstat (limited to 'package/libffi/patches/patch-libffi_pc_in')
-rw-r--r-- | package/libffi/patches/patch-libffi_pc_in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/libffi/patches/patch-libffi_pc_in b/package/libffi/patches/patch-libffi_pc_in deleted file mode 100644 index 05980c7cc..000000000 --- a/package/libffi/patches/patch-libffi_pc_in +++ /dev/null @@ -1,16 +0,0 @@ ---- libffi-3.1.orig/libffi.pc.in 2014-04-25 19:45:13.000000000 +0200 -+++ libffi-3.1/libffi.pc.in 2014-06-12 17:35:39.000000000 +0200 -@@ -1,11 +1,10 @@ - prefix=@prefix@ - exec_prefix=@exec_prefix@ - libdir=@libdir@ --toolexeclibdir=@toolexeclibdir@ --includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include -+includedir=${prefix}/include - - Name: @PACKAGE_NAME@ - Description: Library supporting Foreign Function Interfaces - Version: @PACKAGE_VERSION@ --Libs: -L${toolexeclibdir} -lffi -+Libs: -lffi - Cflags: -I${includedir} |