summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-23 21:45:53 +0100
committerSam James <sam@gentoo.org>2022-05-23 21:45:53 +0100
commitf0941fb5417e182ffce947e0242caa0b61fee71c (patch)
tree550a7e9b597a16f954a1a0a02191244f41a6de69
parentmedia-libs/openjpeg: fix GNUInstallDirs patch (diff)
downloadgentoo-f0941fb5.tar.gz
gentoo-f0941fb5.tar.bz2
gentoo-f0941fb5.zip
media-libs/openjpeg: cleanup patch
Bug: https://bugs.gentoo.org/847013 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch15
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)