Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179943
Collapse All | Expand All

(-)configure.orig (-1 / +5 lines)
Lines 39254-39261 Link Here
39254
39254
39255
#
39255
#
39256
# Path to ImageMagick document files
39256
# Path to ImageMagick document files
39257
if test "x${PF}" = "x" ; then
39257
MagickDocumentSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
39258
MagickDocumentSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
39258
MagickDocumentPath="${DATA_DIR}/doc/${MagickDocumentSubdir}"
39259
else
39260
MagickDocumentSubdir="${PF}"
39261
fi
39262
MagickDocumentPath="${DATA_DIR}/doc/${MagickDocumentSubdir}/html"
39259
MagickDocumentPathDefine="${MagickDocumentPath}/"
39263
MagickDocumentPathDefine="${MagickDocumentPath}/"
39260
if test "$native_win32_build" = 'yes'; then
39264
if test "$native_win32_build" = 'yes'; then
39261
    MagickDocumentPathDefine=`$WinPathScript "$MagickDocumentPathDefine" 1`
39265
    MagickDocumentPathDefine=`$WinPathScript "$MagickDocumentPathDefine" 1`

Return to bug 179943