svn commit: r438181 - head/www/nghttp2

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 10 15:48:55 UTC 2017


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
 


More information about the svn-ports-head mailing list