From b50d77236dffc263549f119fff91e4c1bebd1963 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 15:21:28 +0000 Subject: - Revert r391306 as it has no maintainer approval --- databases/rocksdb/Makefile | 1 - databases/rocksdb/files/patch-port_port__posix.h | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 databases/rocksdb/files/patch-port_port__posix.h (limited to 'databases/rocksdb') diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index 37e274a36340..d09397bc5c5f 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -21,7 +21,6 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_CXXSTD= c++11 USE_LDCONFIG= yes USES= compiler:c++11-lib gmake -MAKE_ARGS= DISABLE_WARNING_AS_ERROR=1 GH_ACCOUNT= facebook USE_GITHUB= yes diff --git a/databases/rocksdb/files/patch-port_port__posix.h b/databases/rocksdb/files/patch-port_port__posix.h deleted file mode 100644 index 368f9579c3db..000000000000 --- a/databases/rocksdb/files/patch-port_port__posix.h +++ /dev/null @@ -1,17 +0,0 @@ ---- port/port_posix.h.orig 2015-06-11 22:49:11 UTC -+++ port/port_posix.h -@@ -25,12 +25,11 @@ - #else - #define PLATFORM_IS_LITTLE_ENDIAN false - #endif --#elif defined(OS_FREEBSD) -+#elif defined(OS_FREEBSD) || defined(OS_DRAGONFLYBSD) - #include - #include - #define PLATFORM_IS_LITTLE_ENDIAN (_BYTE_ORDER == _LITTLE_ENDIAN) --#elif defined(OS_OPENBSD) || defined(OS_NETBSD) ||\ -- defined(OS_DRAGONFLYBSD) || defined(OS_ANDROID) -+#elif defined(OS_OPENBSD) || defined(OS_NETBSD) || defined(OS_ANDROID) - #include - #include - #else -- cgit v1.2.3