diff options
author | 2022-05-23 21:45:53 +0100 | |
---|---|---|
committer | 2022-05-23 21:45:53 +0100 | |
commit | f0941fb5417e182ffce947e0242caa0b61fee71c (patch) | |
tree | 550a7e9b597a16f954a1a0a02191244f41a6de69 /media-libs/openjpeg | |
parent | media-libs/openjpeg: fix GNUInstallDirs patch (diff) | |
download | gentoo-f0941fb5417e182ffce947e0242caa0b61fee71c.tar.gz gentoo-f0941fb5417e182ffce947e0242caa0b61fee71c.tar.bz2 gentoo-f0941fb5417e182ffce947e0242caa0b61fee71c.zip |
media-libs/openjpeg: cleanup patch
Bug: https://bugs.gentoo.org/847013
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/openjpeg')
-rw-r--r-- | media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch b/media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch index 9e0eebbfdfb7..1e5617cc3e3a 100644 --- a/media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch +++ b/media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch @@ -120,21 +120,6 @@ Raises minimum cmake version by a little. endif() endif() -@@ -385,3 +346,14 @@ endif() - - # build our version of astyle - SET (WITH_ASTYLE FALSE CACHE BOOL "If you plan to contribute you should reindent with scripts/prepare-commit.sh (using 'our' astyle)") -+ -+message(STATUS "<<< Gentoo configuration >>> -+Build type ${CMAKE_BUILD_TYPE} -+Install path ${CMAKE_INSTALL_PREFIX} -+Compiler flags: -+C ${CMAKE_C_FLAGS} -+C++ ${CMAKE_CXX_FLAGS} -+Linker flags: -+Executable ${CMAKE_EXE_LINKER_FLAGS} -+Module ${CMAKE_MODULE_LINKER_FLAGS} -+Shared ${CMAKE_SHARED_LINKER_FLAGS}\n") --- a/cmake/OpenJPEGConfig.cmake.in +++ b/cmake/OpenJPEGConfig.cmake.in @@ -27,12 +27,8 @@ if(EXISTS ${SELF_DIR}/OpenJPEGTargets.cmake) |