main/poppler: fix path for JPEG2000Stream.cc

This commit is contained in:
prspkt 2019-06-24 15:38:11 +03:00 committed by Natanael Copa
parent 1573948f7a
commit bc628bc12a

View File

@ -34,9 +34,6 @@ prepare() {
build() {
cd "$builddir"
# 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
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \