diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-02-26 16:31:50 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-02-26 16:31:50 +0000 |
commit | fc5d6e5a93985a3e4bc89bf7af36242618c64a68 (patch) | |
tree | 2482053f4b35107b8f685e65b5bec0e020e0c0db /net/aria2 | |
parent | e7ffa803069d70cb5208df2ca4f9917519755f83 (diff) | |
download | pkgsrc-fc5d6e5a93985a3e4bc89bf7af36242618c64a68.tar.gz |
Disable epoll on SunOS, fixes build on newer platforms.
Diffstat (limited to 'net/aria2')
-rw-r--r-- | net/aria2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile index b43e0396bb4..94291bf48b7 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2015/10/17 09:14:43 adam Exp $ +# $NetBSD: Makefile,v 1.60 2016/02/26 16:31:50 fhajny Exp $ DISTNAME= aria2-1.19.2 CATEGORIES= net @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --enable-metalink CONFIGURE_ARGS+= --with-included-gettext=no CONFIGURE_ARGS+= --with-libexpat CONFIGURE_ARGS+= --without-libxml2 +CONFIGURE_ARGS.SunOS+= --disable-epoll GCC_REQD+= 3.4 TEST_TARGET= check |