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 /lang/pike76 | |
parent | 1714fa11d31c829b8eb01f6154d5b89241f4e275 (diff) | |
download | ports-c0e2e6ca55bfa967a7606804239fc6dc8fc39e67.tar.gz ports-c0e2e6ca55bfa967a7606804239fc6dc8fc39e67.zip |
Notes
Diffstat (limited to 'lang/pike76')
-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 \ |