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:
Antoine Brodin 2015-09-27 06:19:05 +00:00
parent b2d95459fe
commit fc2dfd2b9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398023

View file

@ -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 \