summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fontconfig/module.defs2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fontconfig/module.defs b/contrib/fontconfig/module.defs
index ba9752fd7..b06300222 100644
--- a/contrib/fontconfig/module.defs
+++ b/contrib/fontconfig/module.defs
@@ -81,6 +81,8 @@ FONTCONFIG.CONFIGURE.extra = \
ifeq (darwin,$(BUILD.system))
FONTCONFIG.CONFIGURE.extra += \
+ LIBXML2_LIBS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/))lib -lxml2" \
+ LIBXML2_CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/))include/libxml2" \
--with-fcpath=/usr/X11/lib/X11/fontconfig \
--with-cache-dir=/usr/X11/var/cache/fontconfig
else ifeq (linux,$(BUILD.system))