diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-24 22:54:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-24 22:54:23 +0000 |
commit | c0e2e6ca55bfa967a7606804239fc6dc8fc39e67 (patch) | |
tree | 16d20774b3b08925a51dfb43ef736749aaad5812 | |
parent | - Update to 2.2.12-ja-1.0beta1 (diff) |
- Disable poll support, it's buggy
PR: ports/81434
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=136076
-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 \ |