summaryrefslogtreecommitdiffstats
path: root/src/fontconfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontconfig.mk')
-rw-r--r--src/fontconfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fontconfig.mk b/src/fontconfig.mk
index 918fd6a..57a105b 100644
--- a/src/fontconfig.mk
+++ b/src/fontconfig.mk
@@ -3,7 +3,7 @@
PKG := fontconfig
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := f20e4165d7706857fb9614a195c27434e2eb1fc5
+$(PKG)_CHECKSUM := 39aeb881c422fa0f0cd5e044ed05c94835fd89c4
$(PKG)_SUBDIR := fontconfig-$($(PKG)_VERSION)
$(PKG)_FILE := fontconfig-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://fontconfig.org/release/$($(PKG)_FILE)
@@ -16,6 +16,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ cd '$(1)' && autoreconf -fi
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \