aboutsummaryrefslogtreecommitdiff
path: root/ports/rocksdb/0001-third-party.patch
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-13 01:52:00 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-13 01:52:00 -0700
commitc4457ea6a70d890ceae0b81a89d677eee28f7645 (patch)
treede11854200fa39ac1c84c0bc57c645e219003598 /ports/rocksdb/0001-third-party.patch
parent990a5d71bf5b472fd1ba8c6bbf1ab2e152ce6454 (diff)
downloadvcpkg-c4457ea6a70d890ceae0b81a89d677eee28f7645.tar.gz
vcpkg-c4457ea6a70d890ceae0b81a89d677eee28f7645.zip
[matio][rocksdb] Fix build
Diffstat (limited to 'ports/rocksdb/0001-third-party.patch')
-rw-r--r--ports/rocksdb/0001-third-party.patch76
1 files changed, 0 insertions, 76 deletions
diff --git a/ports/rocksdb/0001-third-party.patch b/ports/rocksdb/0001-third-party.patch
deleted file mode 100644
index 0b0e3fa8c..000000000
--- a/ports/rocksdb/0001-third-party.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From 533ab1b3f3f4286aa756e965e22aa88612479e01 Mon Sep 17 00:00:00 2001
-From: Robert Schumacher <roschuma@microsoft.com>
-Date: Fri, 23 Feb 2018 01:44:44 -0800
-Subject: [PATCH 1/3] third-party
-
----
- thirdparty.inc | 32 ++++++++++++++++----------------
- 1 file changed, 16 insertions(+), 16 deletions(-)
-
-diff --git a/thirdparty.inc b/thirdparty.inc
-index a364d1d..1d85d50 100644
---- a/thirdparty.inc
-+++ b/thirdparty.inc
-@@ -19,10 +19,10 @@ set (THIRDPARTY_LIBS "") # Initialization, don't touch
- #
- # Edit these 4 lines to define paths to GFLAGS
- #
--set(GFLAGS_HOME $ENV{THIRDPARTY_HOME}/Gflags.Library)
--set(GFLAGS_INCLUDE ${GFLAGS_HOME}/inc/include)
--set(GFLAGS_LIB_DEBUG ${GFLAGS_HOME}/bin/debug/amd64/gflags.lib)
--set(GFLAGS_LIB_RELEASE ${GFLAGS_HOME}/bin/retail/amd64/gflags.lib)
-+set(GFLAGS_HOME ${CURRENT_INSTALLED_DIR})
-+set(GFLAGS_INCLUDE ${GFLAGS_HOME}/include)
-+set(GFLAGS_LIB_DEBUG ${GFLAGS_HOME}/debug/lib/gflagsd.lib)
-+set(GFLAGS_LIB_RELEASE ${GFLAGS_HOME}/lib/gflags.lib)
-
- # ================================================== GFLAGS ==================================================
- #
-@@ -63,10 +63,10 @@ endif ()
- #
- # Edit these 4 lines to define paths to Snappy
- #
--set(SNAPPY_HOME $ENV{THIRDPARTY_HOME}/Snappy.Library)
--set(SNAPPY_INCLUDE ${SNAPPY_HOME}/inc/inc)
--set(SNAPPY_LIB_DEBUG ${SNAPPY_HOME}/bin/debug/amd64/snappy.lib)
--set(SNAPPY_LIB_RELEASE ${SNAPPY_HOME}/bin/retail/amd64/snappy.lib)
-+set(SNAPPY_HOME ${CURRENT_INSTALLED_DIR})
-+set(SNAPPY_INCLUDE ${SNAPPY_HOME}/include)
-+set(SNAPPY_LIB_DEBUG ${SNAPPY_HOME}/debug/lib/snappyd.lib)
-+set(SNAPPY_LIB_RELEASE ${SNAPPY_HOME}/lib/snappy.lib)
-
- #
- # Don't touch these lines
-@@ -106,10 +106,10 @@ endif ()
- #
- # Edit these 4 lines to define paths to LZ4
- #
--set(LZ4_HOME $ENV{THIRDPARTY_HOME}/LZ4.Library)
--set(LZ4_INCLUDE ${LZ4_HOME}/inc/include)
--set(LZ4_LIB_DEBUG ${LZ4_HOME}/bin/debug/amd64/lz4.lib)
--set(LZ4_LIB_RELEASE ${LZ4_HOME}/bin/retail/amd64/lz4.lib)
-+set(LZ4_HOME ${CURRENT_INSTALLED_DIR})
-+set(LZ4_INCLUDE ${LZ4_HOME}/include)
-+set(LZ4_LIB_DEBUG ${LZ4_HOME}/debug/lib/lz4d.lib)
-+set(LZ4_LIB_RELEASE ${LZ4_HOME}/lib/lz4.lib)
-
- #
- # Don't touch these lines
-@@ -149,10 +149,10 @@ endif ()
- #
- # Edit these 4 lines to define paths to ZLIB
- #
--set(ZLIB_HOME $ENV{THIRDPARTY_HOME}/ZLIB.Library)
--set(ZLIB_INCLUDE ${ZLIB_HOME}/inc/include)
--set(ZLIB_LIB_DEBUG ${ZLIB_HOME}/bin/debug/amd64/zlib.lib)
--set(ZLIB_LIB_RELEASE ${ZLIB_HOME}/bin/retail/amd64/zlib.lib)
-+set(ZLIB_HOME ${CURRENT_INSTALLED_DIR})
-+set(ZLIB_INCLUDE ${ZLIB_HOME}/include)
-+set(ZLIB_LIB_DEBUG ${ZLIB_HOME}/debug/lib/zlibd.lib)
-+set(ZLIB_LIB_RELEASE ${ZLIB_HOME}/lib/zlib.lib)
-
- #
- # Don't touch these lines
---
-2.16.2.windows.1
-