summaryrefslogtreecommitdiff
path: root/www/libhpack/files/patch-libhpack-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'www/libhpack/files/patch-libhpack-CMakeLists.txt')
-rw-r--r--www/libhpack/files/patch-libhpack-CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/libhpack/files/patch-libhpack-CMakeLists.txt b/www/libhpack/files/patch-libhpack-CMakeLists.txt
deleted file mode 100644
index 64f4ed6118a2..000000000000
--- a/www/libhpack/files/patch-libhpack-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- libhpack/CMakeLists.txt.orig 2014-07-09 21:59:50 UTC
-+++ libhpack/CMakeLists.txt
-@@ -27,7 +27,7 @@ set_target_properties (
- add_custom_command (
- OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/huffman_tables.c
- COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/huffman-gen.py
-- ARGS -v -o ${CMAKE_CURRENT_SOURCE_DIR}/huffman_tables.c
-+ ARGS -v -i draft-ietf-httpbis-header-compression.xml -o ${CMAKE_CURRENT_SOURCE_DIR}/huffman_tables.c
- COMMENT "Generating the huffman_tables.c file..."
- )
-