summaryrefslogtreecommitdiff
path: root/www/neon/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-07-24 18:06:04 +0000
committerdrochner <drochner@pkgsrc.org>2009-07-24 18:06:04 +0000
commit67c33cc40cc878129ec5c01070800d78b51cff2b (patch)
treeee5d44541c252c0e45c5ae50c5ec9ddb381c342c /www/neon/Makefile
parent65343c2f68d5b5e851bea838bb8db8151b9780a0 (diff)
downloadpkgsrc-67c33cc40cc878129ec5c01070800d78b51cff2b.tar.gz
-on NetBSD, set the sa_len sockaddr field, makes at least the
"reverse lookup" selftest succeed -fix a memory allocation in case a sockaddr is larger than "struct addrinfo" -- likely with IPv6 ride on update
Diffstat (limited to 'www/neon/Makefile')
-rw-r--r--www/neon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 81eefe097a4..a2975e66254 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2009/07/24 15:18:24 tnn Exp $
+# $NetBSD: Makefile,v 1.47 2009/07/24 18:06:04 drochner Exp $
DISTNAME= neon-0.28.5
CATEGORIES= www
@@ -20,6 +20,7 @@ CONFIGURE_ARGS+= --with-ssl=yes
PKGCONFIG_OVERRIDE= neon.pc.in
TEST_TARGET= check
+USE_TOOLS+= perl
.include "options.mk"