Date: Tue, 29 Mar 2022 17:10:04 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 262888] graphics/poppler 21.12.0_1 Cannot Find libopenjpeg2 Message-ID: <bug-262888-39348-SgTN30D2LN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262888-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-262888-39348@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262888 --- Comment #9 from Robert Kruus <rob.kruus@gmail.com> --- (In reply to Citro=C3=ABn from comment #8) openjpeg2 is only a flag to the cmake to look for openjpeg, it has nothing = to do with the port version or port name. In the CMakeLists.txt file: if(ENABLE_LIBOPENJPEG STREQUAL "openjpeg2") ... -DENABLE_LIBOPENJPEG=3D"none" has the port not use openjpeg at all (so will always work) In the port Makefile: OPENJPEG_CMAKE_OFF=3D-DENABLE_LIBOPENJPEG:STR=3D"none" --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262888-39348-SgTN30D2LN>