diff options
Diffstat (limited to 'media-gfx/inkscape/inkscape-1.1.1.ebuild')
-rw-r--r-- | media-gfx/inkscape/inkscape-1.1.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media-gfx/inkscape/inkscape-1.1.1.ebuild b/media-gfx/inkscape/inkscape-1.1.1.ebuild index e76f7867922d..a36c80fb7f88 100644 --- a/media-gfx/inkscape/inkscape-1.1.1.ebuild +++ b/media-gfx/inkscape/inkscape-1.1.1.ebuild @@ -97,6 +97,10 @@ RESTRICT="test" S="${WORKDIR}/${P}_2021-09-20_3bf5ae0d25" +PATCHES=( + "${FILESDIR}/${PN}-1.1.2-poppler-22.03.0.patch" # bug 835424 +) + pkg_pretend() { if [[ ${MERGE_TYPE} != binary ]] && use openmp; then tc-has-openmp || die "Please switch to an openmp compatible compiler" |