aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/nghttp2/Makefile2
1 files changed, 1 insertions, 1 deletions
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