summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/brotli/files/brotli-1.0.1-no-static.patch')
-rw-r--r--app-arch/brotli/files/brotli-1.0.1-no-static.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-arch/brotli/files/brotli-1.0.1-no-static.patch b/app-arch/brotli/files/brotli-1.0.1-no-static.patch
deleted file mode 100644
index ff2bd1bd..00000000
--- a/app-arch/brotli/files/brotli-1.0.1-no-static.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- 1/CMakeLists.txt
-+++ 1/CMakeLists.txt
-@@ -204,13 +204,6 @@
- )
-
- install(
-- TARGETS ${BROTLI_LIBRARIES_CORE_STATIC}
-- ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
-- LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
-- RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
-- )
--
-- install(
- DIRECTORY ${BROTLI_INCLUDE_DIRS}/brotli
- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
- )