aboutsummaryrefslogtreecommitdiff
path: root/www/libmicrohttpd
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-01-19 21:52:34 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-01-19 21:52:34 +0000
commite793d736d6ebfc6a744ca2c1ef41b44a1c355d3b (patch)
tree6f6683487a01410e82e9945c1bf150e5de31c237 /www/libmicrohttpd
parent4463535b01fcdd75bb3b66b3d82278bae54d27cc (diff)
downloadports-e793d736d6ebfc6a744ca2c1ef41b44a1c355d3b.tar.gz
ports-e793d736d6ebfc6a744ca2c1ef41b44a1c355d3b.zip
Notes
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r--www/libmicrohttpd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile
index 8a229dc26818..a2a8467ccc60 100644
--- a/www/libmicrohttpd/Makefile
+++ b/www/libmicrohttpd/Makefile
@@ -20,6 +20,10 @@ LICENSE= LGPL21
OPTIONS= GNUTLS "Build with gnutls to support ssl" off
.include <bsd.port.options.mk>
+.if ${OSVERSION} < 702000
+IGNORE= strdup is not available in this OS release
+.endif
+
.if defined(WITH_GNUTLS)
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--with-gnutls=${LOCALBASE} --enable-https