summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-02-26 16:31:50 +0000
committerfhajny <fhajny@pkgsrc.org>2016-02-26 16:31:50 +0000
commitccb6670071ba3f511ae157555b3899b26c5f4096 (patch)
tree2482053f4b35107b8f685e65b5bec0e020e0c0db /net
parent8b6e3e80c1cb35a0bb02380b2e661ca040a3636c (diff)
downloadpkgsrc-ccb6670071ba3f511ae157555b3899b26c5f4096.tar.gz
Disable epoll on SunOS, fixes build on newer platforms.
Diffstat (limited to 'net')
-rw-r--r--net/aria2/Makefile3
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