diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-24 15:38:27 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-22 11:15:33 +0000 |
commit | a7e7817851bde69519f08cbcccc9c11ef06e539b (patch) | |
tree | 90d21b8889ddd38a8bdf8b52385382de277c5ec4 /community/poppler-qt5 | |
parent | bc628bc12ab81538e3d7ebccdea32f33de256dd0 (diff) | |
download | aports-a7e7817851bde69519f08cbcccc9c11ef06e539b.tar.bz2 aports-a7e7817851bde69519f08cbcccc9c11ef06e539b.tar.xz |
community/poppler-qt5: fix path for JPEG2000Stream.cc
Diffstat (limited to 'community/poppler-qt5')
-rw-r--r-- | community/poppler-qt5/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/community/poppler-qt5/APKBUILD b/community/poppler-qt5/APKBUILD index 75f405f115..fdf5e0f624 100644 --- a/community/poppler-qt5/APKBUILD +++ b/community/poppler-qt5/APKBUILD @@ -37,9 +37,6 @@ prepare() { return 1 fi fi - - # JPEG2000Stream.cc:20:10: fatal error: openjpeg.h: No such file - sed -e "/^#include/s/openjpeg\.h/openjpeg-2.3\/openjpeg.h/" -i ../poppler/JPEG2000Stream.cc } build() { |