Lines 56-68
Link Here
|
56 |
cd "${S}" |
56 |
cd "${S}" |
57 |
chmod +x config.sub |
57 |
chmod +x config.sub |
58 |
epatch "${FILESDIR}"/${PN}-6.2.5.4-docs.patch |
58 |
epatch "${FILESDIR}"/${PN}-6.2.5.4-docs.patch |
|
|
59 |
epatch "${FILESDIR}"/imagemagick-perl.patch |
59 |
} |
60 |
} |
60 |
|
61 |
|
61 |
src_compile() { |
62 |
src_compile() { |
62 |
econf \ |
63 |
econf \ |
63 |
--with-threads \ |
64 |
--with-threads \ |
64 |
--with-modules \ |
65 |
--with-modules \ |
65 |
--without-perl \ |
66 |
$(use_with perl) \ |
66 |
--with-gs-font-dir=/usr/share/fonts/default/ghostscript \ |
67 |
--with-gs-font-dir=/usr/share/fonts/default/ghostscript \ |
67 |
--with-windows-font-dir=/usr/share/fonts/corefonts \ |
68 |
--with-windows-font-dir=/usr/share/fonts/corefonts \ |
68 |
$(use_with !nocxx magick-plus-plus) \ |
69 |
$(use_with !nocxx magick-plus-plus) \ |