changeset 1304:49c8386a1326

bugfix for package imagemagick: use cross freetype-config
author Tony Theodore <tonyt@logyst.com>
date Wed, 06 Oct 2010 17:47:40 +1100
parents 9d27d3bd15a5
children d39ae1dcd00e
files src/imagemagick.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/imagemagick.mk	Tue Oct 05 23:30:30 2010 +0200
+++ b/src/imagemagick.mk	Wed Oct 06 17:47:40 2010 +1100
@@ -25,7 +25,8 @@
         --host='$(TARGET)' \
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-shared \
-        --with-x=no
+        --with-x=no \
+        ac_cv_prog_freetype_config='$(PREFIX)/$(TARGET)/bin/freetype-config'
     $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS=
     $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS=
 endef