mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Ports: Add link flags to pkgconfig file installed by fontconfig port
This commit is contained in:
parent
62192c88a6
commit
9d97902081
1 changed files with 10 additions and 0 deletions
10
Ports/fontconfig/patches/pkgconfig.in.patch
Normal file
10
Ports/fontconfig/patches/pkgconfig.in.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- fontconfig-2.13.94/fontconfig.pc.in 2022-01-22 00:48:25.582046535 +1100
|
||||||
|
+++ fontconfig-2.13.94/fontconfig.pc.in 2022-01-22 00:48:10.821896885 +1100
|
||||||
|
@@ -13,6 +13,6 @@
|
||||||
|
Version: @VERSION@
|
||||||
|
Requires: @PKGCONFIG_REQUIRES@
|
||||||
|
Requires.private: @PKGCONFIG_REQUIRES_PRIVATELY@
|
||||||
|
-Libs: -L${libdir} -lfontconfig
|
||||||
|
+Libs: -L${libdir} -lfontconfig -lxml2 -ldl
|
||||||
|
Libs.private: @ICONV_LIBS@ @PKG_EXPAT_LIBS@
|
||||||
|
Cflags: -I${includedir} @ICONV_CFLAGS@ @PKG_EXPAT_CFLAGS@
|
Loading…
Add table
Add a link
Reference in a new issue