svn commit: r430238 - head/databases/rocksdb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 1 04:17:46 UTC 2017


Author: sunpoet
Date: Sun Jan  1 04:17:45 2017
New Revision: 430238
URL: https://svnweb.freebsd.org/changeset/ports/430238

Log:
  Remove outdated OSVERSION check

Modified:
  head/databases/rocksdb/Makefile

Modified: head/databases/rocksdb/Makefile
==============================================================================
--- head/databases/rocksdb/Makefile	Sun Jan  1 03:57:43 2017	(r430237)
+++ head/databases/rocksdb/Makefile	Sun Jan  1 04:17:45 2017	(r430238)
@@ -50,10 +50,6 @@ ZSTD_LIB_DEPENDS=	libzstd.so:archivers/z
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} <= 1000000
-CFLAGS+=	-D_GLIBCXX_USE_C99
-.endif
-
 .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36
 CXXFLAGS+=	-Wno-inconsistent-missing-override
 .endif


More information about the svn-ports-head mailing list