Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2017 15:48:53 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438181 - head/www/nghttp2
Message-ID:  <201704101548.v3AFmrV5009060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Apr 10 15:48:53 2017
New Revision: 438181
URL: https://svnweb.freebsd.org/changeset/ports/438181

Log:
  - Remove obsolete OSVERSION condition
  
  Approved by:	portmgr blanket

Modified:
  head/www/nghttp2/Makefile

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Mon Apr 10 15:46:48 2017	(r438180)
+++ head/www/nghttp2/Makefile	Mon Apr 10 15:48:53 2017	(r438181)
@@ -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
 



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