diff options
Diffstat (limited to 'lang/pike76/Makefile')
-rw-r--r-- | lang/pike76/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 89b886bb2e9e..44ac4ce55d55 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -57,7 +57,8 @@ CONFIGURE_ARGS+= --without-debug \ --without-copt \ --without-security \ --with-oob \ - --with-poll \ + --without-poll \ + --without-devpoll \ --with-max-fd=60000 \ --with-gmp \ --with-zlib \ |