Ports: Add link flags to pkgconfig file installed by fontconfig port

This commit is contained in:
Sahan Fernando 2022-01-22 00:54:01 +11:00 committed by Brian Gianforcaro
commit 9d97902081
Notes: sideshowbarker 2024-07-17 20:19:47 +09:00

View 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@