View | Details | Raw Unified | Return to bug 210773 | Differences between
and this patch

Collapse All | Expand All

(-)www/mod_spdy/Makefile (+4 lines)
Lines 85-90 Link Here
85
85
86
.include <bsd.port.pre.mk>
86
.include <bsd.port.pre.mk>
87
87
88
.if defined(OPENSSL_PORT) && "${OPENSSL_PORT:M*libressl*}" != ""
89
IGNORE=		${PORTNAME} is incompatible with LibreSSL, please use www/apache24 with mod_http2
90
.endif
91
88
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36
92
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36
89
CXXFLAGS+=	-Wno-unused-local-typedef
93
CXXFLAGS+=	-Wno-unused-local-typedef
90
.endif
94
.endif
(-)www/mod_spdy/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
loaded into currently deployed Apache HTTPD 2.x web servers using mod_so.
3
loaded into currently deployed Apache HTTPD 2.x web servers using mod_so.
4
4
5
5
6
WWW: http://code.google.com/p/mod-spdy/
6
WWW: https://developers.google.com/speed/spdy/mod_spdy/

Return to bug 210773