void-packages/srcpkgs/berry/patches/fix-cross.patch
2022-03-27 23:02:25 -05:00

11 lines
331 B
Diff

--- a/configure
+++ b/configure
@@ -26,7 +26,7 @@
progs="CC=gcc CC=clang CC=cc INSTALL=install"
# Required dependencies
-pkgs="x11 xinerama fontconfig xft"
+pkgs="x11 xinerama fontconfig xft freetype2"
# Default pkg flags to substitute when pkg-config is not found
pkg_libs="-lX11 -lXinerama -lfontconfig -lfreetype -lXft"