Skip to content

Commit

Permalink
aria2: Work around broken getaddrinfo() detection.
Browse files Browse the repository at this point in the history
Resolves issue reported in TritonDataCenter#21.  Bump PKGREVISION.
  • Loading branch information
jperkin committed Aug 14, 2018
1 parent 4bf5d3b commit a2c908f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/aria2/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.75 2018/07/20 03:34:22 ryoon Exp $
# $NetBSD: Makefile,v 1.76 2018/08/14 17:18:37 jperkin Exp $

DISTNAME= aria2-1.32.0
#PKGREVISION= 1
PKGREVISION= 5
PKGREVISION= 6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=aria2/}
EXTRACT_SUFX= .tar.xz
Expand All @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --with-included-gettext=no
CONFIGURE_ARGS+= --with-libexpat
CONFIGURE_ARGS+= --without-libxml2
CONFIGURE_ARGS.SunOS+= --disable-epoll
CONFIGURE_ENV.SunOS+= ac_cv_func_getaddrinfo=yes

TEST_TARGET= check
USE_FEATURES= getopt_long snprintf
Expand Down

0 comments on commit a2c908f

Please sign in to comment.