mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
patch libffi.pc.in file
This commit is contained in:
parent
a1f2a7d6b4
commit
c6083b55b9
1 changed files with 15 additions and 0 deletions
15
patch/ffi.patch
Normal file
15
patch/ffi.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- a/libffi.pc.in
|
||||||
|
+++ b/libffi.pc.in
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-prefix=@prefix@
|
||||||
|
+prefix=
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
toolexeclibdir=@toolexeclibdir@
|
||||||
|
@@ -7,5 +7,5 @@
|
||||||
|
Name: @PACKAGE_NAME@
|
||||||
|
Description: Library supporting Foreign Function Interfaces
|
||||||
|
Version: @PACKAGE_VERSION@
|
||||||
|
-Libs: -L${toolexeclibdir} -lffi
|
||||||
|
+Libs: ${toolexeclibdir}/libffi.a
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in a new issue