comparison src/graphicsmagick.mk @ 4773:7c3e3151bf58

graphicsmagic: enable modules, allow dynaic paths in windows * src/graphicsmagick-2-dynamicpath.patch: new file * dist-files.mk: ref graphicsmagick-2-dynamicpath.patch * src/graphicsmagick.mk; enable modules
author John Donoghue
date Tue, 17 Jul 2018 11:41:39 -0400
parents 1402bd26a017
children 6e5f395738ba
comparison
equal deleted inserted replaced
4772:7d3a56e36206 4773:7c3e3151bf58
33 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 33 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
34 $(ENABLE_SHARED_OR_STATIC) \ 34 $(ENABLE_SHARED_OR_STATIC) \
35 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 35 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
36 --prefix='$(HOST_PREFIX)' \ 36 --prefix='$(HOST_PREFIX)' \
37 --disable-openmp \ 37 --disable-openmp \
38 --without-modules \ 38 --with-modules \
39 --with-threads \ 39 --with-threads \
40 --with-magick-plus-plus \ 40 --with-magick-plus-plus \
41 --without-perl \ 41 --without-perl \
42 --with-bzlib \ 42 --with-bzlib \
43 --without-dps \ 43 --without-dps \