diff src/imagemagick.mk @ 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 9edb1741ce92
children 969696473158
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