summaryrefslogtreecommitdiff
path: root/package/ImageMagick
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-01 19:51:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-01 19:51:32 +0100
commitb56c73c95f08099803c60d9e2f2584f231220d47 (patch)
tree704b5c66e0d233af904afdfa00e1dd9c2205d02d /package/ImageMagick
parent09381f08db60bd52ab7135bd084fa2bb197a98c2 (diff)
misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS
* fix *.pc / *-config file handling.
Diffstat (limited to 'package/ImageMagick')
-rw-r--r--package/ImageMagick/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/package/ImageMagick/Makefile b/package/ImageMagick/Makefile
index c1a191784..5c5a81100 100644
--- a/package/ImageMagick/Makefile
+++ b/package/ImageMagick/Makefile
@@ -37,9 +37,17 @@ $(eval $(call PKG_template,CONVERT,convert,$(PKG_VERSION)-${PKG_RELEASE},${PKGSS
$(eval $(call PKG_template,DISPLAY,display,$(PKG_VERSION)-${PKG_RELEASE},${PKGSS_DISPLAY},${PKGSD_DISPLAY},${PKGSC_DISPLAY}))
CONFIGURE_ARGS+= --with-magick-plus-plus=no \
+ --without-bzip2 \
+ --without-gslib \
+ --without-dps \
+ --without-perl \
+ --without-djvu \
+ --without-lcms \
+ --without-lcms2 \
+ --without-wmf \
--enable-fast-install
-post-install:
+libimagemagick-install:
$(INSTALL_DIR) $(IDIR_LIBIMAGEMAGICK)/usr/lib
$(INSTALL_DIR) $(IDIR_LIBIMAGEMAGICK)/usr/lib/${PKG_NAME}-${PKG_VERSION}/config
$(INSTALL_DATA) $(WRKINST)/usr/lib/${PKG_NAME}-${PKG_VERSION}/config/* \
@@ -54,12 +62,10 @@ post-install:
convert-install:
$(INSTALL_DIR) $(IDIR_CONVERT)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/convert \
- $(IDIR_CONVERT)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/convert $(IDIR_CONVERT)/usr/bin
display-install:
$(INSTALL_DIR) $(IDIR_DISPLAY)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/display \
- $(IDIR_DISPLAY)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/display $(IDIR_DISPLAY)/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk