summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-01-20 11:29:54 +0100
committerMartin Väth <martin@mvath.de>2018-01-20 11:29:54 +0100
commitf5acfddbc99c4e448043d2cea6478515e0d19350 (patch)
tree062362be893e6e118b90aa08f3f98bc1be227f66 /app-arch/brotli/files/brotli-1.0.1-no-static.patch
parentmedia-tv/sundtek-tv: Version bump (diff)
downloadmv-f5acfddbc99c4e448043d2cea6478515e0d19350.tar.gz
mv-f5acfddbc99c4e448043d2cea6478515e0d19350.tar.bz2
mv-f5acfddbc99c4e448043d2cea6478515e0d19350.zip
app-arch/brotli: Remove since bump is now in the gentoo repository
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}"
- )