comparison src/graphicsmagick.mk @ 3013:bcc26ffe9a0f

use variable for --host and --build configure arguments
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 12:40:32 -0400
parents 100e618349f7
children b6c7244a2f66
comparison
equal deleted inserted replaced
3012:100e618349f7 3013:bcc26ffe9a0f
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 # This can be removed once the patch "graphicsmagick-1-fix-xml2-config.patch" is accepted by upstream 19 # This can be removed once the patch "graphicsmagick-1-fix-xml2-config.patch" is accepted by upstream
20 cd '$(1)' && autoconf 20 cd '$(1)' && autoconf
21 cd '$(1)' && ./configure \ 21 cd '$(1)' && ./configure \
22 --host='$(TARGET)' \ 22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
23 --build="`config.guess`" \
24 $(ENABLE_SHARED_OR_STATIC) \ 23 $(ENABLE_SHARED_OR_STATIC) \
25 --prefix='$(HOST_PREFIX)' \ 24 --prefix='$(HOST_PREFIX)' \
26 --without-modules \ 25 --without-modules \
27 --with-threads \ 26 --with-threads \
28 --with-magick-plus-plus \ 27 --with-magick-plus-plus \