diff options
author | S. Davilla <davilla@4pi.com> | 2011-04-13 17:19:04 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-04-13 17:19:28 -0400 |
commit | 97618f2577ea5b1eebfa70de58adee34696fad79 (patch) | |
tree | 1e91c4b23426f30d4145dc0d9edf7c2c9afcc962 | |
parent | 1cf12e9b19c76cc6402783d030fb3cafa7f6d2d5 (diff) |
[osx] add toolchain path so we use our autoreconf
-rw-r--r-- | tools/darwin/depends/fontconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/darwin/depends/fontconfig/Makefile b/tools/darwin/depends/fontconfig/Makefile index 63fb953723..e16b56279a 100644 --- a/tools/darwin/depends/fontconfig/Makefile +++ b/tools/darwin/depends/fontconfig/Makefile @@ -7,6 +7,7 @@ SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz # configuration settings +export PATH:=$(TOOLCHAIN)/bin:$(PATH) CONFIGURE=./configure --prefix=$(PREFIX) \ --disable-libxml2 --disable-docs \ --with-freetype-config=$(PREFIX)/bin/freetype-config |