diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 12:51:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 12:51:56 +0800 |
commit | a12f040a93f1194cf4c8fc01d9e6be6d1bb4c301 (patch) | |
tree | 2ce606d631b6bb3d277256bb87b6d7417cde98ab | |
parent | 0a6e4d51044e898531e49cf05e1a3b92d9487afa (diff) | |
download | freebsd-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/Makefile | 6 |
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 |