svn commit: r430241 - head/www/nghttp2

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


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
 


More information about the svn-ports-all mailing list