Mark BROKEN: fails to link with openjpeg 2.1.1
cc -fstack-protector -o build/release/mudraw build/release/tools/mudraw.o build/release/libmupdf.a -L/usr/local/lib -lm -L/usr/local/lib -lfreetype -ljbig2dec -ljpeg -L/usr/local/lib -lopenjp2 -lz build/release/libmupdf.a(load-jpx.o): In function `fz_load_jpx': source/fitz/load-jpx.c:(.text+0x56): undefined reference to `opj_set_default_decoder_parameters' source/fitz/load-jpx.c:(.text+0x69): undefined reference to `opj_create_decompress' source/fitz/load-jpx.c:(.text+0x84): undefined reference to `opj_set_info_handler' Reported by: pkg-fallout
This commit is contained in:
parent
b2d95459fe
commit
fc2dfd2b9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398023
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ COMMENT= Lightweight PDF viewer and toolkit
|
|||
|
||||
LICENSE= AGPLv3
|
||||
|
||||
BROKEN= fails to link with openjpeg 2.1.1
|
||||
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \
|
||||
|
|
Loading…
Reference in a new issue