From deead8b370d274161a1c0324fdb405462ffe149e Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 10 Apr 2017 15:48:53 +0000 Subject: - Remove obsolete OSVERSION condition Approved by: portmgr blanket --- www/nghttp2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 6de157c09457..e0f3526ff5b4 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -78,7 +78,7 @@ post-configure: @cd ${WRKSRC}/lib/.libs/ && ${AR} x ${LOCALBASE}/lib/libnghttp2.a # Disable thread_local support for hosts without __cxa_thread_atexit() # See PR/192320 for details -.if (${OSVERSION} < 1003506) || ((${OSVERSION} >= 1100000) && (${OSVERSION} < 1100122)) || (${OSVERSION} == 1100500) +.if ${OPSYS} == FreeBSD && ((${OSVERSION} < 1003506) || (${OSVERSION} == 1100500)) @${REINPLACE_CMD} -e '/HAVE_THREAD_LOCAL/d' ${WRKSRC}/config.h .endif -- cgit