Fix freetype-2.2.1 build in AVR32, possibly other platforms too

This commit is contained in:
Thiago A. Corrêa 2008-07-04 02:57:13 +00:00
parent 34112e2256
commit 490f91f35c
1 changed files with 2 additions and 1 deletions

View File

@ -18,10 +18,11 @@ $(FREETYPE_DIR)/.unpacked: $(DL_DIR)/$(FREETYPE_SOURCE)
$(FREETYPE_CAT) $(DL_DIR)/$(FREETYPE_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(FREETYPE_DIR) package/freetype/ \*.patch
$(CONFIG_UPDATE) $(FREETYPE_DIR)
$(CONFIG_UPDATE) $(FREETYPE_DIR)/builds/unix
touch $@
$(FREETYPE_DIR)/.configured: $(FREETYPE_DIR)/.unpacked
(cd $(FREETYPE_DIR) && \
(cd $(FREETYPE_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
./configure \