Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2017 04:51:56 +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: r430241 - head/www/nghttp2
Message-ID:  <201701010451.v014puhE096277@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  1 04:51:56 2017
New Revision: 430241
URL: https://svnweb.freebsd.org/changeset/ports/430241

Log:
  Remove outdated OSVERSION check

Modified:
  head/www/nghttp2/Makefile

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Sun Jan  1 04:41:07 2017	(r430240)
+++ head/www/nghttp2/Makefile	Sun Jan  1 04:51:56 2017	(r430241)
@@ -64,11 +64,7 @@ SPDY_LIB_DEPENDS=	libspdylay.so:www/spdy
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} <= 1000000
-CPPFLAGS+=	-D_GLIBCXX_USE_C99
-.endif
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+.if ${OPSYS} == FreeBSD
 CONFIGURE_ARGS+=--with-jemalloc
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701010451.v014puhE096277>