About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
maekke 08/01/21 00:32:27 Added: imagemagick-6.3.7.9-doc.patch Log: fix doc installation dir, bug #91911 (Portage version: 2.1.4) Revision Changes Path 1.1 media-gfx/imagemagick/files/imagemagick-6.3.7.9-doc.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/imagemagick/files/imagemagick-6.3.7.9-doc.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/imagemagick/files/imagemagick-6.3.7.9-doc.patch?rev=1.1&content-type=text/plain Index: imagemagick-6.3.7.9-doc.patch =================================================================== diff -ur ImageMagick-6.3.7-orig/configure ImageMagick-6.3.7/configure --- ImageMagick-6.3.7-orig/configure 2008-01-21 00:51:35.000000000 +0100 +++ ImageMagick-6.3.7/configure 2008-01-21 00:52:02.000000000 +0100 @@ -40179,7 +40179,7 @@ # # Path to ImageMagick documentation files DOCUMENTATION_RELATIVE_PATH="${PACKAGE_NAME}-${PACKAGE_VERSION}" -DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}" +DOCUMENTATION_PATH="/usr/share/doc/${PF}" DEFINE_DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}/" if test "$native_win32_build" = 'yes'; then DEFINE_DOCUMENTATION_PATH=`$WinPathScript "$DEFINE_DOCUMENTATION_PATH" 1` -- gentoo-commits@g.o mailing list
Updated Mar 18, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.