diff options
author | beat <beat@FreeBSD.org> | 2012-07-24 16:50:17 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-07-24 16:50:17 +0800 |
commit | bc1a7c9f7bce1488754f4b51cdc1298d6953549f (patch) | |
tree | 052fab901c82e1394a7ee8bad59c9d0053be88db /www/httest | |
parent | 0308b1b77e86e4e61d80e94fa2c9500f0b022fd8 (diff) | |
download | freebsd-ports-gnome-bc1a7c9f7bce1488754f4b51cdc1298d6953549f.tar.gz freebsd-ports-gnome-bc1a7c9f7bce1488754f4b51cdc1298d6953549f.tar.zst freebsd-ports-gnome-bc1a7c9f7bce1488754f4b51cdc1298d6953549f.zip |
- Mark as BROKEN on 7.X/amd64:
ssl_module.c: In function 'ssl_tlsext_trace':
ssl_module.c:224: error: 'TLSEXT_TYPE_server_name' undeclared
Reported by: pointyhat
Diffstat (limited to 'www/httest')
-rw-r--r-- | www/httest/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index 74d885898434..073aa43e75ea 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -43,6 +43,10 @@ post-patch: .include <bsd.port.options.mk> +.if ${OSVERSION} < 800000 && ${ARCH} == "amd64" +BROKEN= does not compile on 7.X/amd64 +.endif + post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/ |