aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-01 12:51:56 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-01-01 12:51:56 +0800
commita12f040a93f1194cf4c8fc01d9e6be6d1bb4c301 (patch)
tree2ce606d631b6bb3d277256bb87b6d7417cde98ab
parent0a6e4d51044e898531e49cf05e1a3b92d9487afa (diff)
downloadfreebsd-ports-gnome-a12f040a93f1194cf4c8fc01d9e6be6d1bb4c301.tar.gz
freebsd-ports-gnome-a12f040a93f1194cf4c8fc01d9e6be6d1bb4c301.tar.zst
freebsd-ports-gnome-a12f040a93f1194cf4c8fc01d9e6be6d1bb4c301.zip
Remove outdated OSVERSION check
-rw-r--r--www/nghttp2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 39ea830508ec..aed6b8b0c000 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -64,11 +64,7 @@ SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay
.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