mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
patch libpcre.pc.in file
This commit is contained in:
parent
f1eedf85d0
commit
f43f50c225
1 changed files with 18 additions and 0 deletions
18
patch/pcre.patch
Normal file
18
patch/pcre.patch
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- a/libpcre.pc.in
|
||||
+++ b/libpcre.pc.in
|
||||
@@ -1,6 +1,6 @@
|
||||
# Package Information for pkg-config
|
||||
|
||||
-prefix=@prefix@
|
||||
+prefix=
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
@@ -8,6 +8,6 @@
|
||||
Name: libpcre
|
||||
Description: PCRE - Perl compatible regular expressions C library with 8 bit character support
|
||||
Version: @PACKAGE_VERSION@
|
||||
-Libs: -L${libdir} -lpcre
|
||||
+Libs: ${libdir}/libpcre.a
|
||||
Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|
||||
Cflags: -I${includedir} @PCRE_STATIC_CFLAG@
|
Loading…
Reference in a new issue