[Bug 262888] graphics/poppler 21.12.0_1 Cannot Find libopenjpeg2

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 01 Apr 2022 14:21:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262888

--- Comment #19 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=7f6220a9b5d9ee74b0564706001a5287094b0428

commit 7f6220a9b5d9ee74b0564706001a5287094b0428
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-03-31 03:58:43 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-04-01 14:19:30 +0000

    graphics/poppler: ignore graphics/openjpeg15 presence

    - cmake can under some non-determinstic circumstances find
      the OpenJPEGConfig.cmake in
            ${PREFIX}/lib/openjpeg-1.5
      prior to the one in
            ${PREFIX}/lib/openjpeg2
      with would be the wanted one.

    - Use CMAKE_IGNORE_PATH to explicitely make it not see
      that prefix.
           
https://cmake.org/cmake/help/latest/variable/CMAKE_IGNORE_PATH.html#variable:CMAKE_IGNORE_PATH

    PR:             262888

 graphics/poppler/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.