|
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 |