From 7469dd706e0b7f40e1327b57c3e6608e67de7e0b Mon Sep 17 00:00:00 2001 From: Filip Hajny Date: Sat, 27 Feb 2016 15:26:07 +0000 Subject: [PATCH] Disable epoll on SunOS. Fixes joyent/pkgsrc#325 --- net/aria2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/aria2/Makefile b/net/aria2/Makefile index b43e0396bb48d..91ce383f3e29f 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -26,6 +26,9 @@ CONFIGURE_ARGS+= --with-included-gettext=no CONFIGURE_ARGS+= --with-libexpat CONFIGURE_ARGS+= --without-libxml2 +OPSYSVARS+= CONFIGURE_ARGS +CONFIGURE_ARGS.SunOS+= --disable-epoll + GCC_REQD+= 3.4 TEST_TARGET= check USE_FEATURES= getopt_long snprintf