Skip to content

Commit

Permalink
media-libs/openjpeg: fix include dir
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/694776
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
  • Loading branch information
laumann committed May 23, 2022
1 parent a8596d7 commit 26aff99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch
Expand Up @@ -243,7 +243,7 @@ Raises minimum cmake version by a little.
+mandir=@CMAKE_INSTALL_MANDIR@
+docdir=@CMAKE_INSTALL_DOCDIR@
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@OPENJPEG_INSTALL_SUBDIR@

Name: openjp2
Description: JPEG2000 library (Part 1 and 2)
Expand Down Expand Up @@ -283,7 +283,7 @@ Raises minimum cmake version by a little.
+mandir=@CMAKE_INSTALL_MANDIR@
+docdir=@CMAKE_INSTALL_DOCDIR@
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@OPENJPEG_INSTALL_SUBDIR@

Name: openjpip
Description: JPEG2000 Interactivity tools, APIs and protocols (Part 9)
Expand Down

0 comments on commit 26aff99

Please sign in to comment.