changeset 3024:15cbbf983fa0

Update graphicsmagick and pstoedit to use XME_CONFIGURE flags. * src/graphicsmagick.mk, src/pstoedit.mk: Add $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) to ./configure.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 08 Jun 2013 10:50:13 -0400
parents 7bcade70f016
children dea92be54fc8
files src/graphicsmagick.mk src/pstoedit.mk
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/graphicsmagick.mk	Sat Jun 08 10:48:17 2013 -0400
+++ b/src/graphicsmagick.mk	Sat Jun 08 10:50:13 2013 -0400
@@ -21,6 +21,7 @@
     cd '$(1)' && ./configure \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \
+         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         --prefix='$(HOST_PREFIX)' \
         --without-modules \
         --with-threads \
--- a/src/pstoedit.mk	Sat Jun 08 10:48:17 2013 -0400
+++ b/src/pstoedit.mk	Sat Jun 08 10:50:13 2013 -0400
@@ -19,6 +19,7 @@
     mkdir '$(1)/.build'
     cd '$(1)/.build' && '$(1)/configure' \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
+        $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         --prefix='$(HOST_PREFIX)'
 
     $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install