Date: Sun, 1 Jan 2017 04:17:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430238 - head/databases/rocksdb Message-ID: <201701010417.v014HjI0080871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701010417.v014HjI0080871>